From 7886b797a36f5a035a75a19424e0b3cf7825baf8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 Apr 2003 05:28:35 +0000 Subject: move the move/resize functionality into moveresize.c, for use with the netwm atoms. use it from teh plugins. combine the two actions. --- plugins/keyboard/keyboard.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/keyboard/keyboard.c') diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c index 115c1182..bf670c49 100644 --- a/plugins/keyboard/keyboard.c +++ b/plugins/keyboard/keyboard.c @@ -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; -- cgit v1.2.3