all repos — fluxbox @ 7f08b3ae463b14568ba602c9509b9cfda3b358e0

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

7f08b3ae463b14568ba602c9509b9cfda3b358e0

parent

9b8c02c54298b36e05ea266e80a26960b540c8f6

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Screen.hhsrc/Screen.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.hh,v 1.30 2002/04/12 14:58:29 fluxgen Exp $ +// $Id: Screen.hh,v 1.31 2002/04/19 09:34:10 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH

@@ -214,7 +214,7 @@ void removeIcon(FluxboxWindow *);

void getNameOfWorkspace(unsigned int workspace, char **name); void changeWorkspaceID(unsigned int); void sendToWorkspace(unsigned int workspace, bool changeworkspace=true); - void raiseWindows(Window *, int); + void raiseWindows(Window *workspace_stack, int num); void reassociateWindow(FluxboxWindow *window, unsigned int workspace_id, bool ignore_sticky); void prevFocus(int = 0); void nextFocus(int = 0);