mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
7b811f8be4
A lot of applications change the size of the stage from the default before the stage is initially shown. The size change won't take affect until the first allocation run. However we want the window to be at the correct size when we first map it so we should force an allocation run before showing the stage. There was an explicit call to XResizeWindow in clutter_stage_x11_show. This is not needed anymore because XResizeWindow will already have been called by the allocate method. |
||
---|---|---|
.. | ||
clutter-backend-x11-private.h | ||
clutter-backend-x11.c | ||
clutter-backend-x11.h | ||
clutter-event-x11.c | ||
clutter-stage-x11.c | ||
clutter-stage-x11.h | ||
clutter-x11-enum-types.c.in | ||
clutter-x11-enum-types.h.in | ||
clutter-x11-texture-pixmap.c | ||
clutter-x11-texture-pixmap.h | ||
clutter-x11.h | ||
clutter-x11.pc.in | ||
Makefile.am |