mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Implemented old #93 request: panel feature to be placed on screen by dragging (only putting it to top and bottom are available) and setting panel percentage width.
This commit is contained in:
@@ -20,6 +20,7 @@ private:
|
||||
int vpos;
|
||||
int sx, sy;
|
||||
int screen_x, screen_y, screen_w, screen_h, screen_h_half;
|
||||
int width_perc; /* user specified panel width */
|
||||
bool can_move_widgets;
|
||||
|
||||
AppletManager mgr;
|
||||
|
||||
Reference in New Issue
Block a user