Parent Directory
|
Revision Log
|
Patch
| revision 1.60 by dreamind, Mon May 26 00:28:17 2003 UTC | revision 1.61 by dreamind, Thu Jun 26 12:11:04 2003 UTC | |
|---|---|---|
| # | Line 532 clientFrame (Window w) | Line 532 clientFrame (Window w) |
| 532 | ||
| 533 | c->ignore_unmap = attr.map_state == IsViewable ? 1 : 0; | c->ignore_unmap = attr.map_state == IsViewable ? 1 : 0; |
| 534 | c->focus = False; | c->focus = False; |
| c->not_warp_to_next = False; | ||
| 535 | ||
| 536 | getWindowName (dpy, c->window, &c->name); | getWindowName (dpy, c->window, &c->name); |
| 537 | ||
| # | Line 1894 clientButtonPress (Client * c, Window w, | Line 1893 clientButtonPress (Client * c, Window w, |
| 1893 | clientKill (c); | clientKill (c); |
| 1894 | else | else |
| 1895 | { | { |
| c->not_warp_to_next = True; | ||
| 1896 | clientClose (c); | clientClose (c); |
| 1897 | } | } |
| 1898 | break; | break; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |