]> Dogcows Code - chaz/openbox/commitdiff
set the x/y values in the moveresize struct for moveresize key actions
authorDana Jansens <danakj@orodu.net>
Tue, 22 Jul 2003 17:00:19 +0000 (17:00 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 22 Jul 2003 17:00:19 +0000 (17:00 +0000)
plugins/keyboard/keyboard.c

index caee0dc119a1a50f6d1f83938208a125750df66e..5ffb3ef5f81ded134435c53c63434d4474d294ec 100644 (file)
@@ -239,6 +239,11 @@ static void event(ObEvent *e, void *foo)
                                 act->data.cycle.cancel = FALSE;
                             }
 
+                            if (act->func == action_moveresize) {
+                                screen_pointer_pos(&act->data.moveresize.x,
+                                                   &act->data.moveresize.y);
+                            }
+
                             if (act->func == action_cycle_windows &&
                                 !grabbed_key && grab_keyboard(TRUE)) {
                                 grabbed_key = p;
This page took 0.021682 seconds and 4 git commands to generate.