aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 767b273..ee0b35e 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.92 2003/08/19 16:13:25 fluxgen Exp $ 25// $Id: Window.hh,v 1.93 2003/09/12 16:30:21 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -175,7 +175,7 @@ public:
175 // unmap this window 175 // unmap this window
176 void hide(); 176 void hide();
177 void iconify(); 177 void iconify();
178 void deiconify(bool = true, bool = true); 178 void deiconify(bool reassoc = true, bool do_raise = true);
179 /// close current client 179 /// close current client
180 void close(); 180 void close();
181 /// set the window in withdrawn state 181 /// set the window in withdrawn state