6 #include "mwindowgui.inc"
11 MainCursor(MWindow
*mwindow
, MWindowGUI
*gui
);
14 void create_objects();
15 int repeat_event(int64_t duration
);
17 void hide(int do_plugintoggles
= 1);
21 void show(int do_plugintoggles
= 1);
22 void restore(int do_plugintoggles
);
24 void focus_in_event();
25 void focus_out_event();
30 double selectionstart
, selectionend
;
33 int64_t pixel2
, pixel1
;