1
0
Fork 0

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:
Elijah Newren 2006-04-15 22:58:07 +00:00 committed by Elijah Newren
parent a03e78210f
commit 5bf3e39ef6
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -274,7 +274,8 @@ 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