diff --git a/src/shell-global.c b/src/shell-global.c index acd5c80c8..188e89805 100644 --- a/src/shell-global.c +++ b/src/shell-global.c @@ -1464,7 +1464,7 @@ shell_global_sync_pointer (ShellGlobal *global) event.type = CLUTTER_MOTION; event.time = shell_global_get_current_time (global); - event.flags = 0; + event.flags = CLUTTER_EVENT_FLAG_SYNTHETIC; event.stage = global->stage; event.x = x; event.y = y;