diff options
-rw-r--r-- | HACKING | 10 | ||||
-rw-r--r-- | src/core/window.c | 1 |
2 files changed, 1 insertions, 10 deletions
@@ -194,16 +194,6 @@ Debugging information Testing Utilities - src/run-marco.sh - The script src/run-marco.sh is useful to hack on the window manager. - It runs marco in an Xnest. e.g.: - CLIENTS=3 ./run-marco.sh - or - DEBUG=memprof ./run-marco.sh - or - DEBUG_TEST=1 ./run-marco-sh - or whatever. - marco-message The tool marco-message can be used as follows: marco-message reload-theme diff --git a/src/core/window.c b/src/core/window.c index 95d49885..254eb094 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -3333,6 +3333,7 @@ send_sync_request (MetaWindow *window) ev.data.l[1] = meta_display_get_current_time (window->display); ev.data.l[2] = XSyncValueLow32 (value); ev.data.l[3] = XSyncValueHigh32 (value); + ev.data.l[4] = 0; /* We don't need to trap errors here as we are already * inside an error_trap_push()/pop() pair. |