1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 21:38:00 +01:00

Yet another trivial coding style cleanup

This commit is contained in:
Carlos R. Mafra
2009-09-15 20:06:04 +02:00
parent c7f2a189c4
commit 306165775e

View File

@@ -437,17 +437,13 @@ static void showWorkspaceName(WScreen * scr, int workspace)
10 * WORKSPACE_NAME_FADE_DELAY, hideWorkspaceName, scr); 10 * WORKSPACE_NAME_FADE_DELAY, hideWorkspaceName, scr);
} }
void wWorkspaceChange(WScreen * scr, int workspace) void wWorkspaceChange(WScreen *scr, int workspace)
{ {
if (scr->flags.startup || scr->flags.startup2) { if (scr->flags.startup || scr->flags.startup2)
return; return;
}
if (workspace != scr->current_workspace) { if (workspace != scr->current_workspace)
wWorkspaceForceChange(scr, workspace); wWorkspaceForceChange(scr, workspace);
} /*else {
showWorkspaceName(scr, workspace);
} */
} }
void wWorkspaceRelativeChange(WScreen * scr, int amount) void wWorkspaceRelativeChange(WScreen * scr, int amount)