]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.c
move the move/resize functionality into moveresize.c, for use with the netwm atoms...
[chaz/openbox] / plugins / keyboard / keyboard.c
index 115c1182553c3c8947b191403d7b53be269901e9..bf670c49f89ba41807925a6c1d992d39032afc7e 100644 (file)
@@ -143,9 +143,6 @@ static void event(ObEvent *e, void *foo)
                     if (p->action->func != NULL) {
                         p->action->data.any.c = focus_client;
 
-                        g_assert(!(p->action->func == action_move ||
-                                   p->action->func == action_resize));
-
                         if (p->action->func == action_cycle_windows) {
                             p->action->data.cycle.final = FALSE;
                             p->action->data.cycle.cancel = FALSE;
This page took 0.024985 seconds and 4 git commands to generate.