aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);