mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
Update comments
This commit is contained in:
parent
400b7bba67
commit
71b6f8becd
1 changed files with 3 additions and 0 deletions
|
@ -640,6 +640,9 @@ void monitor_active ( workarea *mon )
|
|||
Window root = RootWindow ( display, XScreenNumberOfScreen ( screen ) );
|
||||
|
||||
#if 0
|
||||
// Comment this code out as it seems to break things.
|
||||
// This code was not working before in simpleswitcher to begin with.
|
||||
// After fixing the broken code, problems started.
|
||||
Window id;
|
||||
Atom type;
|
||||
int count;
|
||||
|
|
Loading…
Reference in a new issue