commit | 6c6fb993f7a014198a1b1049529face61a1d59cf | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Jun 21 12:06:22 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jun 21 12:32:23 2012 -0400 |
tree | 305bcb5c35d1ccbdfc561bed513158314cda2217 | |
parent | 63b298f3c74c5377638cb4db03da835598dbe7fa [diff] [blame] |
shell: Schedule repaint when moving a surface It seems we used to rely on the repaint scheduled by the cursor motion. But if there's no cursor, there's no cursor motion, so we need to schedule our own repaint.
diff --git a/src/shell.c b/src/shell.c index f7369f3..6333180 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -782,6 +782,8 @@ weston_surface_configure(es, dx, dy, es->geometry.width, es->geometry.height); + + weston_compositor_schedule_repaint(es->compositor); } static void