diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 11 |
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 | ||