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:
@@ -437,17 +437,13 @@ static void showWorkspaceName(WScreen * scr, int workspace)
|
||||
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;
|
||||
}
|
||||
|
||||
if (workspace != scr->current_workspace) {
|
||||
if (workspace != scr->current_workspace)
|
||||
wWorkspaceForceChange(scr, workspace);
|
||||
} /*else {
|
||||
showWorkspaceName(scr, workspace);
|
||||
} */
|
||||
}
|
||||
|
||||
void wWorkspaceRelativeChange(WScreen * scr, int amount)
|
||||
|
||||
Reference in New Issue
Block a user