aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-16 10:44:17 (GMT)
committerfluxgen <fluxgen>2002-08-16 10:44:17 (GMT)
commit737200e674430aaa4fbac07c619b282760830559 (patch)
tree50c5ca28323e4fbd2b017a62462ae47d8cc210c2 /src
parent04169d609d8ca859ca83d39ede0b32ed5170232d (diff)
downloadfluxbox-737200e674430aaa4fbac07c619b282760830559.zip
fluxbox-737200e674430aaa4fbac07c619b282760830559.tar.bz2
restore with remap
Diffstat (limited to 'src')
-rw-r--r--src/Window.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 33a348f..76b7a14 100644
--- a/src/Window.hh
+++ b/src/Window.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: Window.hh,v 1.27 2002/08/12 03:28:17 fluxgen Exp $ 25// $Id: Window.hh,v 1.28 2002/08/16 10:44:17 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -196,7 +196,7 @@ public:
196 void unstick(); 196 void unstick();
197 void reconfigure(); 197 void reconfigure();
198 void installColormap(bool); 198 void installColormap(bool);
199 void restore(); 199 void restore(bool remap);
200 void configure(int dx, int dy, unsigned int dw, unsigned int dh); 200 void configure(int dx, int dy, unsigned int dw, unsigned int dh);
201 void setWorkspace(int n); 201 void setWorkspace(int n);
202 void changeBlackboxHints(BaseDisplay::BlackboxHints *bh); 202 void changeBlackboxHints(BaseDisplay::BlackboxHints *bh);