Fix while client_gb_titlebar
This commit is contained in:
parent
0d0cb3190a
commit
fe7cf64407
@ -160,7 +160,7 @@ client_gb_titlebar(Window w)
|
|||||||
if(!c->titlebar)
|
if(!c->titlebar)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
while(c && c->titlebar->win != w)
|
while(c)
|
||||||
{
|
{
|
||||||
if(c->titlebar->win == w)
|
if(c->titlebar->win == w)
|
||||||
return c;
|
return c;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user