mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
- fixed uncompilable tree.
- wrong parameter passed in some tabview function.
This commit is contained in:
@@ -1609,7 +1609,7 @@ handleKeyPress(XEvent *event)
|
||||
int i;
|
||||
|
||||
/* find index of this screen */
|
||||
for (i = 0; < wScreenCount; i++) {
|
||||
for (i = 0; i < wScreenCount; i++) {
|
||||
if (wScreenWithNumber(i) == scr)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user