diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-17 01:47:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-17 01:47:20 +0000 |
| commit | 432ac0983e058133e03885171f266dc4ba07f488 (patch) | |
| tree | 960e5f90cc78632b24712c0f0be7b18dc402d331 /openbox/engine.c | |
| parent | 9a3459e983a11d74ec9f5dc415ce0af551c4b74e (diff) | |
give engines mouse event notifications. make the openbox engine display pressed buttons
Diffstat (limited to 'openbox/engine.c')
| -rw-r--r-- | openbox/engine.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/engine.c b/openbox/engine.c index 3457da18..f9fd2cf1 100644 --- a/openbox/engine.c +++ b/openbox/engine.c @@ -52,6 +52,10 @@ 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; |
