diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 17 |
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 @@ | |||
58 | class ClientPattern; | 58 | class ClientPattern; |
59 | class Focusable; | 59 | class Focusable; |
60 | class FluxboxWindow; | 60 | class FluxboxWindow; |
61 | class Netizen; | ||
62 | class FbWinFrameTheme; | 61 | class FbWinFrameTheme; |
63 | class RootTheme; | 62 | class RootTheme; |
64 | class WinButtonTheme; | 63 | class 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 | ||