mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Adding support for taskbuttons drag & drop. Also fixing child size check bug.
This commit is contained in:
@@ -29,7 +29,9 @@ private:
|
||||
/* window ID this button handles */
|
||||
Window xid;
|
||||
int wspace;
|
||||
char old_value; /* for storing value() as it affects boxtype */
|
||||
bool image_alloc;
|
||||
bool dragged;
|
||||
Atom net_wm_icon;
|
||||
|
||||
void clear_image(void);
|
||||
@@ -48,6 +50,8 @@ public:
|
||||
|
||||
void set_workspace(int s) { wspace = s; }
|
||||
int get_workspace(void) { return wspace; }
|
||||
|
||||
int handle(int e);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user