diff options
| author | Anselm R. Garbe <[email protected]> | 2007-07-28 17:18:45 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-07-28 17:18:45 +0200 |
| commit | a54cf2ecef2ca83441dccd454c694b92bca42a16 (patch) | |
| tree | d793de29a6ceeafba2d0030c64a076d5dfd6ffa8 /dwm.h | |
| parent | removed shiftview(), if you scroll the views in the tag area, you can also us... (diff) | |
| download | seiwm-a54cf2ecef2ca83441dccd454c694b92bca42a16.tar.xz seiwm-a54cf2ecef2ca83441dccd454c694b92bca42a16.zip | |
changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS
Diffstat (limited to 'dwm.h')
| -rw-r--r-- | dwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ struct Client { int rx, ry, rw, rh; /* revert geometry */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; int minax, maxax, minay, maxay; + int unmapped; long flags; unsigned int border, oldborder; Bool isbanned, isfixed, ismax, isfloating; |