Scale panel window size (issue #656)

This commit is contained in:
o9000
2018-01-17 04:13:01 +00:00
parent 7f62594cf6
commit 12f04e3055
2 changed files with 19 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ typedef struct Panel {
int mouse_pressed_alpha;
int mouse_pressed_saturation;
int mouse_pressed_brightness;
double scale;
// Per-panel parameters and states for Taskbar and Task
GlobalTaskbar g_taskbar;