summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-12-10 03:23:04 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-12-10 03:23:04 +0000
commit967777b965986901eac0bdadd5874138e40308e8 (patch)
tree85600494abf421462c69fe46e936d0f11fb21e76 /src/util.h
parentba18c630b7352bc0da3465255193fc7e0ff635d5 (diff)
downloadmetacity-967777b965986901eac0bdadd5874138e40308e8.tar.gz
add myself here, bug #100789
2002-12-09 Havoc Pennington <hp@pobox.com> * AUTHORS: add myself here, bug #100789 * src/display.c (meta_display_set_grab_op_cursor): drop PointerMotionHintMask * src/window.c (meta_window_handle_mouse_grab_op_event): don't use XQueryPointer, as we aren't using PointerMotionHint now * src/display.c (event_callback): rearrange a bit of code for slight speedup and clarity * src/window.c (update_resize) (meta_window_handle_mouse_grab_op_event): implement usage of the _METACITY_UPDATE_COUNTER (meta_window_handle_mouse_grab_op_event): fix code that used event->xbutton with a motion event * src/display.c (meta_display_open): add new atoms, and initialize Xsync if we have it (grab_op_is_resizing): new function (meta_display_begin_grab_op): create an alarm monitoring window's _METACITY_UPDATE_COUNTER (meta_spew_event): conditionalize this on WITH_VERBOSE_MODE and print alarm events. * src/window.c (meta_window_new): fetch _METACITY_UPDATE_COUNTER * configure.in (HAVE_XSYNC): check for Xsync extension
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 280e7eed..abf29ea1 100644
--- a/src/util.h
+++ b/src/util.h
@@ -64,7 +64,8 @@ typedef enum
META_DEBUG_ERRORS = 1 << 14,
META_DEBUG_STARTUP = 1 << 15,
META_DEBUG_PREFS = 1 << 16,
- META_DEBUG_GROUPS = 1 << 17
+ META_DEBUG_GROUPS = 1 << 17,
+ META_DEBUG_RESIZING = 1 << 18
} MetaDebugTopic;