aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-09 14:11:14 (GMT)
committerrathnor <rathnor>2003-02-09 14:11:14 (GMT)
commite3b99d4e485591df52b2398fce9adbcece2b9917 (patch)
tree44c14c5160e07e1af0671e141ae99cc1f2e66609 /src/Screen.hh
parent1a04cf1ce2649400d41c43024bd163a059cc426d (diff)
downloadfluxbox-e3b99d4e485591df52b2398fce9adbcece2b9917.zip
fluxbox-e3b99d4e485591df52b2398fce9adbcece2b9917.tar.bz2
fixing up of layer code
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 2b6d56c..d26b340 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.65 2003/02/03 13:50:35 fluxgen Exp $ 25// $Id: Screen.hh,v 1.66 2003/02/09 14:11:12 rathnor Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -277,15 +277,8 @@ public:
277 void showGeometry(unsigned int, unsigned int); 277 void showGeometry(unsigned int, unsigned int);
278 void hideGeometry(); 278 void hideGeometry();
279 279
280 void raise(FbTk::XLayerItem &item);
281 void lower(FbTk::XLayerItem &item);
282 void setLayer(FbTk::XLayerItem &item, int layernum); 280 void setLayer(FbTk::XLayerItem &item, int layernum);
283 void removeLayerItem(FbTk::XLayerItem *item); 281 // remove? no, items are never removed from their layer until they die
284 void raiseWindow(FluxboxWindow *win);
285 void lowerWindow(FluxboxWindow *win);
286 void raiseWindowLayer(FluxboxWindow *win);
287 void lowerWindowLayer(FluxboxWindow *win);
288 void moveWindowToLayer(FluxboxWindow *win, int layernum);
289 282
290 FluxboxWindow* useAutoGroupWindow(); 283 FluxboxWindow* useAutoGroupWindow();
291 284