Put all bitfields together to help with optimisation. Closes #450271 (for
2007-06-23 Thomas Thurman <thomas@thurman.org.uk> * src/window.h (MetaWindow): Put all bitfields together to help with optimisation. Closes #450271 (for real this time). svn path=/trunk/; revision=3281
This commit is contained in:
parent
a871830927
commit
3802f157b6
@ -1,3 +1,8 @@
|
|||||||
|
2007-06-23 Thomas Thurman <thomas@thurman.org.uk>
|
||||||
|
|
||||||
|
* src/window.h (MetaWindow): Put all bitfields together to
|
||||||
|
help with optimisation. Closes #450271 (for real this time).
|
||||||
|
|
||||||
2007-07-23 Matthias Clasen <mclasen@redhat.com>
|
2007-07-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@ -263,9 +263,6 @@ struct _MetaWindow
|
|||||||
*/
|
*/
|
||||||
guint calc_placement : 1;
|
guint calc_placement : 1;
|
||||||
|
|
||||||
/* Note: can be NULL */
|
|
||||||
GSList *struts;
|
|
||||||
|
|
||||||
/* Transient parent is a root window */
|
/* Transient parent is a root window */
|
||||||
guint transient_parent_is_root_window : 1;
|
guint transient_parent_is_root_window : 1;
|
||||||
|
|
||||||
@ -290,6 +287,9 @@ struct _MetaWindow
|
|||||||
/* if TRUE, application is buggy and SYNC resizing is turned off */
|
/* if TRUE, application is buggy and SYNC resizing is turned off */
|
||||||
guint disable_sync : 1;
|
guint disable_sync : 1;
|
||||||
|
|
||||||
|
/* Note: can be NULL */
|
||||||
|
GSList *struts;
|
||||||
|
|
||||||
#ifdef HAVE_XSYNC
|
#ifdef HAVE_XSYNC
|
||||||
/* XSync update counter */
|
/* XSync update counter */
|
||||||
XSyncCounter sync_request_counter;
|
XSyncCounter sync_request_counter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user