mirror of
https://github.com/brl/mutter.git
synced 2024-12-22 19:12:04 +00:00
2007-03-23 Matthew Allum <mallum@openedhand.com>
* clutter/glx/clutter-stage-glx.c: (clutter_stage_glx_allocate_coords): Make new stage return correct width & height.
This commit is contained in:
parent
83dafa5f9e
commit
810661f612
@ -1,3 +1,9 @@
|
|||||||
|
2007-03-23 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/glx/clutter-stage-glx.c:
|
||||||
|
(clutter_stage_glx_allocate_coords):
|
||||||
|
Make new stage return correct width & height.
|
||||||
|
|
||||||
2007-03-23 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-03-23 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
Assorted build fixes to pass distcheck.
|
Assorted build fixes to pass distcheck.
|
||||||
|
@ -415,9 +415,11 @@ static void
|
|||||||
clutter_stage_glx_allocate_coords (ClutterActor *self,
|
clutter_stage_glx_allocate_coords (ClutterActor *self,
|
||||||
ClutterActorBox *box)
|
ClutterActorBox *box)
|
||||||
{
|
{
|
||||||
/* Do nothing, just stop group_allocate getting called */
|
ClutterStageGlx *stage_glx = CLUTTER_STAGE_GLX (self);
|
||||||
|
|
||||||
|
box->x2 = box->x1 + stage_glx->xwin_width;
|
||||||
|
box->y2 = box->y1 + stage_glx->xwin_height;
|
||||||
|
|
||||||
/* TODO: sync up with any configure events from WM ?? */
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user