diff options
-rw-r--r-- | src/Window.hh | 7 |
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); |