diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-18 03:11:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-18 03:11:55 +0000 |
| commit | 4ed3fb89150d05e6fa134798315269c62de1bed9 (patch) | |
| tree | 570776addac5f3c3fc16371f2298e6862e70a606 /openbox/engine.c | |
| parent | cb73f209c9c635866bd79f4eb2b8aa9b4fbcfa6c (diff) | |
plugins work.
start a focus plugin.
Diffstat (limited to 'openbox/engine.c')
| -rw-r--r-- | openbox/engine.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/engine.c b/openbox/engine.c index f9fd2cf1..3457da18 100644 --- a/openbox/engine.c +++ b/openbox/engine.c @@ -52,10 +52,6 @@ static gboolean load(char *name) LOADSYM(frame_show, engine_frame_show); LOADSYM(frame_hide, engine_frame_hide); LOADSYM(get_context, engine_get_context); - LOADSYM(frame_mouse_enter, engine_mouse_enter); - LOADSYM(frame_mouse_leave, engine_mouse_leave); - LOADSYM(frame_mouse_press, engine_mouse_press); - LOADSYM(frame_mouse_release, engine_mouse_release); if (!estartup()) return FALSE; |
