diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 0ee053f..2a4d507 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.107 2004/01/23 10:38:25 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.108 2004/02/16 20:47:51 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -250,7 +250,7 @@ public: | |||
250 | void leaveNotifyEvent(XCrossingEvent &ev); | 250 | void leaveNotifyEvent(XCrossingEvent &ev); |
251 | //@} | 251 | //@} |
252 | 252 | ||
253 | void setDecoration(Decoration decoration); | 253 | void setDecoration(Decoration decoration, bool apply = true); |
254 | void applyDecorations(bool initial = false); | 254 | void applyDecorations(bool initial = false); |
255 | void toggleDecoration(); | 255 | void toggleDecoration(); |
256 | 256 | ||