From 5bf3e39ef62548ce1cf9337e7b5acf094cd99413 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 15 Apr 2006 22:58:07 +0000 Subject: [PATCH] Patch from Andy Morum to fix the build with --disable-xsync. #336605 2006-04-15 Elijah Newren * src/display.h: Patch from Andy Morum to fix the build with --disable-xsync. #336605 --- ChangeLog | 5 +++++ src/display.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 032d19bfe..eb53c42b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-15 Elijah Newren + + * src/display.h: Patch from Andy Morum to fix the build with + --disable-xsync. #336605 + 2006-04-14 Elijah Newren * HACKING: Include instructions on setting up a minimal diff --git a/src/display.h b/src/display.h index 150754df5..bda028326 100644 --- a/src/display.h +++ b/src/display.h @@ -274,7 +274,8 @@ struct _MetaDisplay int grab_wireframe_last_display_height; GList* grab_old_window_stacking; MetaEdgeResistanceData *grab_edge_resistance_data; - + unsigned int grab_last_user_action_was_snap; + /* we use property updates as sentinels for certain window focus events * to avoid some race conditions on EnterNotify events */ @@ -345,7 +346,6 @@ struct _MetaDisplay int render_error_base; #endif #ifdef HAVE_XSYNC - unsigned int grab_last_user_action_was_snap; unsigned int have_xsync : 1; #define META_DISPLAY_HAS_XSYNC(display) ((display)->have_xsync) #else