Added dummy functions glk_style_distinguish() and glk_request_mouse_event()
[rodin/chimara.git] / libchimara / mouse.c
diff --git a/libchimara/mouse.c b/libchimara/mouse.c
new file mode 100644 (file)
index 0000000..7025e33
--- /dev/null
@@ -0,0 +1,6 @@
+#include <libchimara/glk.h>
+
+void
+glk_request_mouse_event(winid_t win)
+{
+}