X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fmouse.c;h=cead7ab53dbcb71632a5173b164cccd06994244b;hb=db3154e89d7f299cb58265d5359a811394dc03fc;hp=7025e336bc009ecfbb5aa6283196f711721b81c8;hpb=e26270c20acfd9df67b82af594d96536cb6d202f;p=rodin%2Fchimara.git diff --git a/libchimara/mouse.c b/libchimara/mouse.c index 7025e33..cead7ab 100644 --- a/libchimara/mouse.c +++ b/libchimara/mouse.c @@ -4,3 +4,8 @@ void glk_request_mouse_event(winid_t win) { } + +void +glk_cancel_mouse_event(winid_t win) +{ +}