mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
Disable previously (simpleswitcher) broken code, as fixing it seems to break more stuff.
This commit is contained in:
parent
cba893f500
commit
400b7bba67
1 changed files with 2 additions and 2 deletions
|
@ -639,10 +639,10 @@ void monitor_active ( workarea *mon )
|
|||
{
|
||||
Window root = RootWindow ( display, XScreenNumberOfScreen ( screen ) );
|
||||
|
||||
#if 0
|
||||
Window id;
|
||||
Atom type;
|
||||
int count;
|
||||
|
||||
if ( window_get_prop ( root, netatoms[_NET_ACTIVE_WINDOW], &type, &count, &id, sizeof ( Window ) )
|
||||
&& type == XA_WINDOW && count > 0 )
|
||||
{
|
||||
|
@ -655,7 +655,7 @@ void monitor_active ( workarea *mon )
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
int x, y;
|
||||
|
||||
if ( pointer_get ( root, &x, &y ) )
|
||||
|
|
Loading…
Reference in a new issue