aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-11 10:18:43 (GMT)
committerfluxgen <fluxgen>2002-10-11 10:18:43 (GMT)
commit1ce20af09b4196672ce443fac9b49c3775f96e08 (patch)
treeb015efb7e2e020dc3659f57273abd74ae7f2f18a /src/Window.hh
parent9ee6c43447eb79133e9913eccee7fbdad0e16740 (diff)
downloadfluxbox-1ce20af09b4196672ce443fac9b49c3775f96e08.zip
fluxbox-1ce20af09b4196672ce443fac9b49c3775f96e08.tar.bz2
removed nonimplemented function nonstick() and fixed comments
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh7
1 files 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 @@
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.32 2002/10/02 16:11:30 fluxgen Exp $ 25// $Id: Window.hh,v 1.33 2002/10/11 10:18:43 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -169,9 +169,10 @@ public:
169 void close(); 169 void close();
170 void withdraw(); 170 void withdraw();
171 void maximize(unsigned int); 171 void maximize(unsigned int);
172 /// toggles shade
172 void shade(); 173 void shade();
173 void stick(); 174 /// toggles sticky
174 void unstick(); 175 void stick();
175 void reconfigure(); 176 void reconfigure();
176 void installColormap(bool); 177 void installColormap(bool);
177 void restore(bool remap); 178 void restore(bool remap);