summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-07 04:51:55 +0000
committerDana Jansens <danakj@orodu.net>2003-01-07 04:51:55 +0000
commit4c768d5d63154e416e1282396dc48492d0585d42 (patch)
tree879060f576e9ebea69ca924239e2b162e1cdc9c5 /src/client.hh
parent85b0dc80cff679d964820159de018a6e89997184 (diff)
use client messages to switch desktops/move windows between desktops
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/client.hh b/src/client.hh
index 83f5f1a0..6e93337b 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -335,11 +335,12 @@ private:
//! Sets the wm_state to the specified value
void setWMState(long state);
- //! Sends the window to the specified desktop
- void setDesktop(long desktop);
//! Adjusts the window's net_state
void setState(StateAction action, long data1, long data2);
+ //! Sends the window to the specified desktop
+ void setDesktop(long desktop);
+
//! Calculates the stacking layer for the client window
void calcLayer();
@@ -368,7 +369,7 @@ public:
#ifndef SWIG
//! Constructs a new OBClient object around a specified window id
/*!
- @param window The window id that the OBClient class should handle
+BB @param window The window id that the OBClient class should handle
@param screen The screen on which the window resides
*/
OBClient(int screen, Window window);
@@ -505,15 +506,6 @@ public:
//! Request the client to close its window.
void close();
- //! Sets the window's stacking layer
- /*!
- @param l An integer specifying the layer.<br>
- '0' - the normal layer<br>
- '> 0' - the 'above' layer<br>
- '< 0' - the 'below' layer
- */
- void setStackLayer(int l);
-
//! Shades or unshades the client window
/*!
@param shade true if the window should be shaded; false if it should be