diff options
author | fluxgen <fluxgen> | 2003-09-10 21:26:28 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-10 21:26:28 (GMT) |
commit | dd0aad54c0571785849c2ac5d3a46a0c0c1516ea (patch) | |
tree | aa0b86bc1683e8b9d283047a58e4d4b99768feaf | |
parent | a963aeacebe0c5239576e9073c896f15abba05b1 (diff) | |
download | fluxbox-dd0aad54c0571785849c2ac5d3a46a0c0c1516ea.zip fluxbox-dd0aad54c0571785849c2ac5d3a46a0c0c1516ea.tar.bz2 |
minor consistency fix
-rw-r--r-- | src/FbTk/FbWindow.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index 7c12dca..903ba03 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWindow.hh,v 1.23 2003/08/26 23:45:36 fluxgen Exp $ | 22 | // $Id: FbWindow.hh,v 1.24 2003/09/10 21:26:28 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBWINDOW_HH | 24 | #ifndef FBTK_FBWINDOW_HH |
25 | #define FBTK_FBWINDOW_HH | 25 | #define FBTK_FBWINDOW_HH |
@@ -84,7 +84,7 @@ public: | |||
84 | 84 | ||
85 | void setAlpha(unsigned char alpha); | 85 | void setAlpha(unsigned char alpha); |
86 | 86 | ||
87 | FbWindow &operator = (const FbWindow &win); | 87 | virtual FbWindow &operator = (const FbWindow &win); |
88 | /// assign a new X window to this | 88 | /// assign a new X window to this |
89 | virtual FbWindow &operator = (Window win); | 89 | virtual FbWindow &operator = (Window win); |
90 | virtual void hide(); | 90 | virtual void hide(); |