diff options
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index a373e00..d6cfea8 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.21 2003/08/13 09:28:44 fluxgen Exp $ | 22 | // $Id: FbWindow.hh,v 1.22 2003/08/15 13:52:06 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBWINDOW_HH | 24 | #ifndef FBTK_FBWINDOW_HH |
25 | #define FBTK_FBWINDOW_HH | 25 | #define FBTK_FBWINDOW_HH |
@@ -101,6 +101,7 @@ public: | |||
101 | void setCursor(Cursor cur); | 101 | void setCursor(Cursor cur); |
102 | /// uses the parents cursor instead | 102 | /// uses the parents cursor instead |
103 | void unsetCursor(); | 103 | void unsetCursor(); |
104 | void reparent(const FbWindow &parent, int x, int y); | ||
104 | 105 | ||
105 | bool property(Atom property, | 106 | bool property(Atom property, |
106 | long long_offset, long long_length, | 107 | long long_offset, long long_length, |