Added RPM package building. Configure with --enable-gtk-doc --enable-rpm and then...
[rodin/chimara.git] / libchimara / mouse.c
1 #include <libchimara/glk.h>
2
3 void
4 glk_request_mouse_event(winid_t win)
5 {
6 }
7
8 void 
9 glk_cancel_mouse_event(winid_t win)
10 {
11 }