mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-05 07:45:50 +01:00
*** empty log message ***
This commit is contained in:
@@ -500,11 +500,11 @@ wApplicationSetCollapse(WApplication *app, Bool flag)
|
||||
WApplication *list = app->main_window_desc->screen_ptr->wapp_list;
|
||||
int index = 0;
|
||||
WWindow *wwin = app->main_window_desc;
|
||||
|
||||
|
||||
if (WFLAGP(app->main_window_desc, collapse_appicons) == flag)
|
||||
return;
|
||||
|
||||
|
||||
|
||||
|
||||
while (list) {
|
||||
if (strcmp(wwin->wm_instance,
|
||||
list->main_window_desc->wm_instance) == 0
|
||||
@@ -515,7 +515,7 @@ wApplicationSetCollapse(WApplication *app, Bool flag)
|
||||
|
||||
list = list->next;
|
||||
}
|
||||
|
||||
|
||||
if (app->app_icon && flag)
|
||||
wAppIconMove(app->app_icon, app->app_icon->x_pos, app->app_icon->y_pos);
|
||||
}
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
* (in the root window) for switching to the previous workspace
|
||||
* and 5 for the next. This will not work if you enable
|
||||
* DisableWSMouseActions or compile wmaker with --enable-lite */
|
||||
#undef MOUSE_WS_SWITCH
|
||||
#define MOUSE_WS_SWITCH
|
||||
|
||||
/*
|
||||
* Turn on a hack to make mouse and keyboard actions work even if
|
||||
|
||||
Reference in New Issue
Block a user