aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-28 15:06:36 (GMT)
committerrathnor <rathnor>2003-07-28 15:06:36 (GMT)
commitd353b688dec41daddeec9696586a4519f58cce45 (patch)
tree322a29e0e31cb15a7725047c10144c4ab3d5e130 /src/Screen.hh
parentf9bb208da8e8926281c91f3e386ec1de48f700a2 (diff)
downloadfluxbox-d353b688dec41daddeec9696586a4519f58cce45.zip
fluxbox-d353b688dec41daddeec9696586a4519f58cce45.tar.bz2
update many things to use WinClient instead of FluxboxWindow
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 4181698..ebd5a60 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.hh,v 1.116 2003/07/20 08:12:36 rathnor Exp $ 25// $Id: Screen.hh,v 1.117 2003/07/28 15:06:34 rathnor Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -258,8 +258,6 @@ public:
258 void setLayer(FbTk::XLayerItem &item, int layernum); 258 void setLayer(FbTk::XLayerItem &item, int layernum);
259 // remove? no, items are never removed from their layer until they die 259 // remove? no, items are never removed from their layer until they die
260 260
261 FluxboxWindow* useAutoGroupWindow();
262
263 /// updates root window size and resizes/reconfigures screen clients 261 /// updates root window size and resizes/reconfigures screen clients
264 /// that depends on screen size (slit) 262 /// that depends on screen size (slit)
265 /// (and maximized windows?) 263 /// (and maximized windows?)
@@ -391,8 +389,6 @@ private:
391 WorkspaceNames m_workspace_names; 389 WorkspaceNames m_workspace_names;
392 Workspaces m_workspaces_list; 390 Workspaces m_workspaces_list;
393 391
394 Window auto_group_window;
395
396 std::auto_ptr<FbWinFrameTheme> m_windowtheme; 392 std::auto_ptr<FbWinFrameTheme> m_windowtheme;
397 std::auto_ptr<WinButtonTheme> m_winbutton_theme; 393 std::auto_ptr<WinButtonTheme> m_winbutton_theme;
398 std::auto_ptr<MenuTheme> m_menutheme; 394 std::auto_ptr<MenuTheme> m_menutheme;