diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-16 08:00:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-16 08:00:59 +0000 |
| commit | 2dde696a1335ef61bb368c55f4ee52e1dd8610a1 (patch) | |
| tree | a4f0ec5415ed31221aa4eaca1c0c6f4de3fb476b /src/Screen.hh | |
| parent | 41053a810aa701e4e39f124c725c5bbc20492059 (diff) | |
much awesome support for special windows like panels/desktops.
All 'non-normal' windows are treated equally now, with a fe wexceptionms for the desktop for stacking.
Fix some ClicmMousePlacement bugs while we're at it.
Diffstat (limited to 'src/Screen.hh')
| -rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 8f7a26e9..7cbe441a 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -320,9 +320,6 @@ public: void addNetizen(Netizen *n); void removeNetizen(Window w); - void addDesktopWindow(Window window); - void removeDesktopWindow(Window window); - void addSystrayWindow(Window window); void removeSystrayWindow(Window window); |
