Added the dispatch layer headers. In order to get this to compile, I had to add stubs...
[rodin/chimara.git] / libchimara / mouse.c
index 7025e336bc009ecfbb5aa6283196f711721b81c8..cead7ab53dbcb71632a5173b164cccd06994244b 100644 (file)
@@ -4,3 +4,8 @@ void
 glk_request_mouse_event(winid_t win)
 {
 }
+
+void 
+glk_cancel_mouse_event(winid_t win)
+{
+}