From c2cbef62bb5d7e0c3f8c00e95bc885dc1f9ab1da Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 09:41:01 +0000 Subject: add a dispatched event for interactively moving a window. move window snapping/resistance out of the kernel. make the action_move dispatch the new event. --- openbox/openbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index 5a7f5a5c..f410f312 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -151,6 +151,7 @@ int main(int argc, char **argv) plugin_open("keyboard"); plugin_open("mouse"); plugin_open("placement"); + plugin_open("resistance"); /* get all the existing windows */ client_manage_all(); -- cgit v1.2.3