From 2dde696a1335ef61bb368c55f4ee52e1dd8610a1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 16 Jul 2002 08:00:59 +0000 Subject: 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. --- src/Screen.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Screen.hh') 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); -- cgit v1.2.3