Added dummy functions glk_style_distinguish() and glk_request_mouse_event()
[rodin/chimara.git] / libchimara / mouse.c
1 #include <libchimara/glk.h>
2
3 void
4 glk_request_mouse_event(winid_t win)
5 {
6 }