DND stuff (unfinished).

This commit is contained in:
Sanel Zukan
2007-06-23 11:31:36 +00:00
parent f006fb0d0f
commit c951b708ce
5 changed files with 99 additions and 11 deletions

View File

@@ -37,6 +37,7 @@ class Wallpaper : public Fl_Box {
bool set(const char* path);
bool set_tiled(const char* path);
virtual void draw(void);
virtual int handle(int event);
};
#endif