[haiku-commits] Re: r37275 - in haiku/trunk: headers/os/opengl src/kits/opengl

  • From: Stefano Ceccherini <stefano.ceccherini@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 28 Jun 2010 07:47:29 +0200

2010/6/27  <wpjvandermeer@xxxxxxxxx>:
> Author: wim
> Date: 2010-06-27 11:11:17 +0200 (Sun, 27 Jun 2010)
> New Revision: 37275
> Changeset: http://dev.haiku-os.org/changeset/37275/haiku
>
> Modified:
>   haiku/trunk/headers/os/opengl/GLView.h
>   haiku/trunk/src/kits/opengl/GLView.cpp
> Log:
> Compiler warning fix.
>
> -               ulong options)
> +BGLView::BGLView(BRect rect, const char* name, ulong resizingMode, ulong 
> mode,
> +       ulong options)
>        :
>        BView(rect, name, B_FOLLOW_ALL_SIDES, mode | B_WILL_DRAW | 
> B_FRAME_EVENTS),
>                //  | B_FULL_UPDATE_ON_RESIZE)
>

I think that this breaks binary compatibility.

Other related posts: