X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fengine.c;h=f9fd2cf148111bd977bf37b7a7b1be593801b52c;hb=432ac0983e058133e03885171f266dc4ba07f488;hp=3457da1838bd9c9f8e35ae0a5f7b4fb9fbfdd353;hpb=9a3459e983a11d74ec9f5dc415ce0af551c4b74e;p=chaz%2Fopenbox 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;