|
Lines 399-405
Link Here
|
| 399 |
do{ |
399 |
do{ |
| 400 |
XNextEvent(display,&event); |
400 |
XNextEvent(display,&event); |
| 401 |
}while(event.type!=LeaveNotify && |
401 |
}while(event.type!=LeaveNotify && |
| 402 |
event.type!=FocusOut && |
402 |
/* Some gtk applications seem not to like this: |
|
|
403 |
* event.type!=FocusOut && |
| 404 |
*/ |
| 403 |
event.type!=UnmapNotify && |
405 |
event.type!=UnmapNotify && |
| 404 |
event.type!=ConfigureNotify && |
406 |
event.type!=ConfigureNotify && |
| 405 |
event.type!=CirculateNotify && |
407 |
event.type!=CirculateNotify && |