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

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 11 Mar 2010 00:18:31 +0100

On 2010-03-11 at 00:03:03 [+0100], philippe.houdoin@xxxxxxxxx wrote:
> Author: phoudoin
> Date: 2010-03-11 00:03:03 +0100 (Thu, 11 Mar 2010)
> New Revision: 35806
> Changeset: http://dev.haiku-os.org/changeset/35806/haiku
> 
> Modified:
>    haiku/trunk/headers/os/opengl/GLView.h
>    haiku/trunk/src/kits/opengl/GLView.cpp
> Log:
> Made BGLView by default freely resizable by layout manager. I'm not sure I 
> didn't break binary compatibility, please review.

If you're concerned about adding GetPreferredSize(), that's harmless. The 
vtable slot is already reserved by BView. Adding the method just changes the 
content of the table entry for BGLView.

CU, Ingo

Other related posts: