aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-22 11:18:38 (GMT)
committermarkt <markt>2007-07-22 11:18:38 (GMT)
commitd91bf8ffdb0be02f95a4c93fc57e7f213311b9d3 (patch)
tree43ec2137175e51368fe5ca9bdbc521fb76b1b212 /src/Screen.hh
parentf6c5f7e9abbf808fb446a38ff1285b54510a04ed (diff)
downloadfluxbox-d91bf8ffdb0be02f95a4c93fc57e7f213311b9d3.zip
fluxbox-d91bf8ffdb0be02f95a4c93fc57e7f213311b9d3.tar.bz2
remove a bunch of ancient blackbox features that blackbox doesn't even support anymore
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 91dcf15..a094bac 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -58,7 +58,6 @@
58class ClientPattern; 58class ClientPattern;
59class Focusable; 59class Focusable;
60class FluxboxWindow; 60class FluxboxWindow;
61class Netizen;
62class FbWinFrameTheme; 61class FbWinFrameTheme;
63class RootTheme; 62class RootTheme;
64class WinButtonTheme; 63class WinButtonTheme;
@@ -363,10 +362,6 @@ public:
363 void updateWorkspaceNamesAtom(); 362 void updateWorkspaceNamesAtom();
364 /// add a workspace name to the end of the workspace name list 363 /// add a workspace name to the end of the workspace name list
365 void addWorkspaceName(const char *name); 364 void addWorkspaceName(const char *name);
366 /// add a Netizen window
367 void addNetizen(Window win);
368 /// remove a netizen
369 void removeNetizen(Window win);
370 /// add a window to the icon list 365 /// add a window to the icon list
371 void addIcon(FluxboxWindow *win); 366 void addIcon(FluxboxWindow *win);
372 /// remove a window from the icon list 367 /// remove a window from the icon list
@@ -465,16 +460,6 @@ public:
465 WinClient *findGroupLeft(WinClient &winclient); 460 WinClient *findGroupLeft(WinClient &winclient);
466 WinClient *findGroupRight(WinClient &winclient); 461 WinClient *findGroupRight(WinClient &winclient);
467 462
468 // notify netizens
469 void updateNetizenCurrentWorkspace();
470 void updateNetizenWorkspaceCount();
471 void updateNetizenWindowFocus();
472 void updateNetizenWindowAdd(Window, unsigned long);
473 void updateNetizenWindowDel(Window);
474 void updateNetizenConfigNotify(XEvent &ev);
475 void updateNetizenWindowRaise(Window);
476 void updateNetizenWindowLower(Window);
477
478 /// create window frame for client window and attach it 463 /// create window frame for client window and attach it
479 FluxboxWindow *createWindow(Window clientwin); 464 FluxboxWindow *createWindow(Window clientwin);
480 /// creates a window frame for a winclient. The client is attached to the window 465 /// creates a window frame for a winclient. The client is attached to the window
@@ -544,12 +529,10 @@ private:
544 ExtraMenus m_extramenus; 529 ExtraMenus m_extramenus;
545 530
546 typedef std::list<FbTk::Menu *> Rootmenus; 531 typedef std::list<FbTk::Menu *> Rootmenus;
547 typedef std::list<Netizen *> Netizens;
548 typedef std::list<std::pair<FbTk::FbString, FbTk::Menu *> > Configmenus; 532 typedef std::list<std::pair<FbTk::FbString, FbTk::Menu *> > Configmenus;
549 533
550 534
551 Rootmenus m_rootmenu_list; 535 Rootmenus m_rootmenu_list;
552 Netizens m_netizen_list;
553 Configmenus m_configmenu_list; 536 Configmenus m_configmenu_list;
554 Icons m_icon_list; 537 Icons m_icon_list;
555 538