1
0
Fork 0
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:
QC 2014-05-25 19:39:24 +02:00
parent cba893f500
commit 400b7bba67

View file

@ -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 ) )