mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
fixed bug in positioning of window list menu when opened by kbd
internal code clean-up with notifications for window state change and other stuff, also cleaned kde and gnome support in preparation for wm-spec support..
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include "dock.h"
|
||||
#include "client.h"
|
||||
|
||||
|
||||
#include <proplist.h>
|
||||
|
||||
|
||||
@@ -876,7 +877,7 @@ applySettings(WMButton *button, InspectorPanel *panel)
|
||||
skip_window_list ? ACTION_REMOVE : ACTION_ADD);
|
||||
} else {
|
||||
if (WFLAGP(wwin, omnipresent) != old_omnipresent) {
|
||||
UpdateSwitchMenu(wwin->screen_ptr, wwin, ACTION_CHANGE_WORKSPACE);
|
||||
WMPostNotificationName(WMNChangedState, wwin, "omnipresent");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user