From 1ce20af09b4196672ce443fac9b49c3775f96e08 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Fri, 11 Oct 2002 10:18:43 +0000
Subject: removed nonimplemented function nonstick() and fixed comments

---
 src/Window.hh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/Window.hh b/src/Window.hh
index 483c52d..2edb294 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: Window.hh,v 1.32 2002/10/02 16:11:30 fluxgen Exp $
+// $Id: Window.hh,v 1.33 2002/10/11 10:18:43 fluxgen Exp $
 
 #ifndef	 WINDOW_HH
 #define	 WINDOW_HH
@@ -169,9 +169,10 @@ public:
 	void close();
 	void withdraw();
 	void maximize(unsigned int);
+	/// toggles shade
 	void shade();
-	void stick();
-	void unstick();
+	/// toggles sticky
+	void stick(); 
 	void reconfigure();
 	void installColormap(bool);
 	void restore(bool remap);
-- 
cgit v0.11.2