diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-21 09:41:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-21 09:41:01 +0000 |
| commit | c2cbef62bb5d7e0c3f8c00e95bc885dc1f9ab1da (patch) | |
| tree | 2f368262765ec89d58ea6d63de3898aac2751bb8 /openbox/openbox.c | |
| parent | 1c7c94614dd64490063f768b71a5b9cf192ce1db (diff) | |
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.
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
