add comment about XGetWA
This commit is contained in:
parent
a1205efc20
commit
44e6edf4d1
|
@ -73,6 +73,7 @@ scan()
|
||||||
real_screen = screen;
|
real_screen = screen;
|
||||||
for(i = 0; i < num; i++)
|
for(i = 0; i < num; i++)
|
||||||
{
|
{
|
||||||
|
/* XGetWindowAttributes return 1 on success */
|
||||||
if(!XGetWindowAttributes(globalconf.display, wins[i], &wa)
|
if(!XGetWindowAttributes(globalconf.display, wins[i], &wa)
|
||||||
|| wa.override_redirect
|
|| wa.override_redirect
|
||||||
|| XGetTransientForHint(globalconf.display, wins[i], &d1))
|
|| XGetTransientForHint(globalconf.display, wins[i], &d1))
|
||||||
|
|
Loading…
Reference in New Issue