Replace g_idle_add_full() with IdleRegister (#3767)

This commit is contained in:
Flössie
2017-03-30 21:40:09 +02:00
parent 91f8e46029
commit 6e1f7df2fb
6 changed files with 64 additions and 62 deletions

View File

@@ -57,6 +57,8 @@ class FileBrowserEntry : public ThumbBrowserEntryBase,
ImgEditState state;
IdleRegister idle_register;
bool onArea (CursorArea a, int x, int y);
void updateCursor (int x, int y);
void drawStraightenGuide (Cairo::RefPtr<Cairo::Context> c);