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:
Sanel Zukan
2012-04-04 09:58:23 +00:00
parent 9d38486f61
commit dcd742392f
2 changed files with 32 additions and 11 deletions

View File

@@ -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;