Fix für Popup-Problem bei Chromium
This commit is contained in:
1
client.c
1
client.c
@@ -68,6 +68,7 @@ Client* window_build_client(Window win)
|
||||
&& c->type != atoms[_NET_WM_WINDOW_TYPE_NOTIFICATION]
|
||||
&& c->type != atoms[_NET_WM_WINDOW_TYPE_DOCK]
|
||||
&& c->type != atoms[_NET_WM_WINDOW_TYPE_SPLASH]
|
||||
&& c->type != atoms[_NET_WM_WINDOW_TYPE_MENU]
|
||||
? 1:0;
|
||||
|
||||
// detect our own title bars
|
||||
|
||||
Reference in New Issue
Block a user