1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 16:02:33 +01:00

- Changelog update about latest fixes.

- Applied patch to fix gnome problems.
This commit is contained in:
dan
2001-11-15 02:52:51 +00:00
parent cc9abd6e7e
commit 9f62c660d7
3 changed files with 11 additions and 3 deletions

View File

@@ -197,6 +197,8 @@ wGNOMEInitStuff(WScreen *scr)
WMAddNotificationObserver(observer, NULL, WMNChangedStacking, NULL);
WMAddNotificationObserver(observer, NULL, WMNChangedName, NULL);
WMAddNotificationObserver(wsobserver, NULL, WMNWorkspaceCreated, NULL);
WMAddNotificationObserver(wsobserver, NULL, WMNWorkspaceDestroyed, NULL);
WMAddNotificationObserver(wsobserver, NULL, WMNWorkspaceChanged, NULL);
WMAddNotificationObserver(wsobserver, NULL, WMNWorkspaceNameChanged, NULL);
}