1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-08 23:04:15 +01:00

KDE enhancements, menu appearance enhancement

This commit is contained in:
kojima
1999-03-18 04:26:47 +00:00
parent 42b8948743
commit 9a3d1fef45
9 changed files with 41 additions and 18 deletions

View File

@@ -1284,7 +1284,7 @@ wKWMCheckRootHintChange(WScreen *scr, XPropertyEvent *event)
processed = False;
for (i = 0; i < MAX_WORKSPACES; i++) {
for (i = 0; i < MAX_WORKSPACES && i < scr->workspace_count; i++) {
if (event->atom == _XA_KWM_DESKTOP_NAME_[i]) {
char *name;