mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
Patch from Andy Morum to fix the build with --disable-xsync. #336605
2006-04-15 Elijah Newren <newren gmail com> * src/display.h: Patch from Andy Morum to fix the build with --disable-xsync. #336605
This commit is contained in:
parent
a03e78210f
commit
5bf3e39ef6
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-15 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
|
* src/display.h: Patch from Andy Morum to fix the build with
|
||||||
|
--disable-xsync. #336605
|
||||||
|
|
||||||
2006-04-14 Elijah Newren <newren gmail com>
|
2006-04-14 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
* HACKING: Include instructions on setting up a minimal
|
* HACKING: Include instructions on setting up a minimal
|
||||||
|
@ -274,6 +274,7 @@ struct _MetaDisplay
|
|||||||
int grab_wireframe_last_display_height;
|
int grab_wireframe_last_display_height;
|
||||||
GList* grab_old_window_stacking;
|
GList* grab_old_window_stacking;
|
||||||
MetaEdgeResistanceData *grab_edge_resistance_data;
|
MetaEdgeResistanceData *grab_edge_resistance_data;
|
||||||
|
unsigned int grab_last_user_action_was_snap;
|
||||||
|
|
||||||
/* we use property updates as sentinels for certain window focus events
|
/* we use property updates as sentinels for certain window focus events
|
||||||
* to avoid some race conditions on EnterNotify events
|
* to avoid some race conditions on EnterNotify events
|
||||||
@ -345,7 +346,6 @@ struct _MetaDisplay
|
|||||||
int render_error_base;
|
int render_error_base;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_XSYNC
|
#ifdef HAVE_XSYNC
|
||||||
unsigned int grab_last_user_action_was_snap;
|
|
||||||
unsigned int have_xsync : 1;
|
unsigned int have_xsync : 1;
|
||||||
#define META_DISPLAY_HAS_XSYNC(display) ((display)->have_xsync)
|
#define META_DISPLAY_HAS_XSYNC(display) ((display)->have_xsync)
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user