aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-01 02:56:46 (GMT)
committermarkt <markt>2006-07-01 02:56:46 (GMT)
commit698539d9b9012bb6c282725e775e358c1bd4a281 (patch)
tree2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/Screen.hh
parenta14c322dcbbc7330b6933230168d34411f7ac63b (diff)
downloadfluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.zip
fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2
more dead functions
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 29bf26d..430ba96 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -214,7 +214,6 @@ public:
214 // These menus will be marked internal, 214 // These menus will be marked internal,
215 // and deleted when the window dies (as opposed to Screen 215 // and deleted when the window dies (as opposed to Screen
216 void addExtraWindowMenu(const FbTk::FbString &label, FbTk::Menu *menu); 216 void addExtraWindowMenu(const FbTk::FbString &label, FbTk::Menu *menu);
217 void removeExtraWindowMenu(FbTk::Menu *menu);
218 217
219 /// hide all windowmenus except the given one (if given) 218 /// hide all windowmenus except the given one (if given)
220 void hideWindowMenus(const FluxboxWindow* except= 0); 219 void hideWindowMenus(const FluxboxWindow* except= 0);
@@ -222,7 +221,6 @@ public:
222 inline int getEdgeSnapThreshold() const { return *resource.edge_snap_threshold; } 221 inline int getEdgeSnapThreshold() const { return *resource.edge_snap_threshold; }
223 222
224 void setRootColormapInstalled(bool r) { root_colormap_installed = r; } 223 void setRootColormapInstalled(bool r) { root_colormap_installed = r; }
225 void saveRootCommand(std::string rootcmd) { *resource.rootcommand = rootcmd; }
226 224
227 void saveTabPlacement(FbWinFrame::TabPlacement place) { *resource.tab_placement = place; } 225 void saveTabPlacement(FbWinFrame::TabPlacement place) { *resource.tab_placement = place; }
228 226
@@ -347,7 +345,6 @@ public:
347 /// create window frame for client window and attach it 345 /// create window frame for client window and attach it
348 FluxboxWindow *createWindow(Window clientwin); 346 FluxboxWindow *createWindow(Window clientwin);
349 FluxboxWindow *createWindow(WinClient &client); 347 FluxboxWindow *createWindow(WinClient &client);
350 void setupWindowActions(FluxboxWindow &win);
351 /// request workspace space, i.e "don't maximize over this area" 348 /// request workspace space, i.e "don't maximize over this area"
352 Strut *requestStrut(int head, int left, int right, int top, int bottom); 349 Strut *requestStrut(int head, int left, int right, int top, int bottom);
353 /// remove requested space and destroy strut 350 /// remove requested space and destroy strut