diff options
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index b98e089..9492d50 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.30 2002/04/12 14:58:29 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.31 2002/04/19 09:34:10 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -214,7 +214,7 @@ public: | |||
214 | void getNameOfWorkspace(unsigned int workspace, char **name); | 214 | void getNameOfWorkspace(unsigned int workspace, char **name); |
215 | void changeWorkspaceID(unsigned int); | 215 | void changeWorkspaceID(unsigned int); |
216 | void sendToWorkspace(unsigned int workspace, bool changeworkspace=true); | 216 | void sendToWorkspace(unsigned int workspace, bool changeworkspace=true); |
217 | void raiseWindows(Window *, int); | 217 | void raiseWindows(Window *workspace_stack, int num); |
218 | void reassociateWindow(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); | 218 | void reassociateWindow(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); |
219 | void prevFocus(int = 0); | 219 | void prevFocus(int = 0); |
220 | void nextFocus(int = 0); | 220 | void nextFocus(int = 0); |