all repos — fluxbox @ 737200e674430aaa4fbac07c619b282760830559

custom fork of the fluxbox windowmanager

restore with remap
fluxgen fluxgen
commit

737200e674430aaa4fbac07c619b282760830559

parent

04169d609d8ca859ca83d39ede0b32ed5170232d

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

jump to
M src/Window.hhsrc/Window.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: Window.hh,v 1.27 2002/08/12 03:28:17 fluxgen Exp $ +// $Id: Window.hh,v 1.28 2002/08/16 10:44:17 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -196,7 +196,7 @@ void stick();

void unstick(); void reconfigure(); void installColormap(bool); - void restore(); + void restore(bool remap); void configure(int dx, int dy, unsigned int dw, unsigned int dh); void setWorkspace(int n); void changeBlackboxHints(BaseDisplay::BlackboxHints *bh);