Added mouse_left configuration, defaults to original function (Issue 459, 397)
git-svn-id: http://tint2.googlecode.com/svn/trunk@676 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
int signal_pending;
|
||||
// --------------------------------------------------
|
||||
// mouse events
|
||||
int mouse_left;
|
||||
int mouse_middle;
|
||||
int mouse_right;
|
||||
int mouse_scroll_up;
|
||||
@@ -90,6 +91,7 @@ void default_panel()
|
||||
panel_layer = BOTTOM_LAYER; // default is bottom layer
|
||||
wm_menu = 0;
|
||||
max_tick_urgent = 14;
|
||||
mouse_left = TOGGLE_ICONIFY;
|
||||
backgrounds = g_array_new(0, 0, sizeof(Background));
|
||||
|
||||
memset(&panel_config, 0, sizeof(Panel));
|
||||
|
||||
Reference in New Issue
Block a user