summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-12-26 00:05:26 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-12-26 00:05:26 +0000
commit35c64b45dd64f07553765143e0fa38e5e77741ef (patch)
tree1d1137d14ce04220d2a878c6b5cf21ef1addeb03 /src/util.h
parentdaf93c5ed0fadd8efe00de92d0ece6e77ed2bb2e (diff)
downloadmetacity-35c64b45dd64f07553765143e0fa38e5e77741ef.tar.gz
change to track all children of the root window, not only mapped children;
2003-12-25 Havoc Pennington <hp@redhat.com> * src/compositor.c (meta_compositor_process_event): change to track all children of the root window, not only mapped children; this keeps us from losing track of the stacking order * src/display.c (event_callback): don't do any of the compositor event handling inline, do it all in compositor.c
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 c53230bb..9488ce56 100644
--- a/src/util.h
+++ b/src/util.h
@@ -66,7 +66,8 @@ typedef enum
META_DEBUG_PREFS = 1 << 16,
META_DEBUG_GROUPS = 1 << 17,
META_DEBUG_RESIZING = 1 << 18,
- META_DEBUG_SHAPES = 1 << 19
+ META_DEBUG_SHAPES = 1 << 19,
+ META_DEBUG_COMPOSITOR = 1 << 20
} MetaDebugTopic;