diff options
author | fluxgen <fluxgen> | 2003-08-15 13:52:06 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-15 13:52:06 (GMT) |
commit | 091748bd46d27d66966d807c27a49ab172180672 (patch) | |
tree | 6187203378b5a08c8b28a1eaab2d3497b3538636 /src/FbTk/FbWindow.hh | |
parent | 859fafeecf6ca526d166a8bfb72f5a599ebb2d4b (diff) | |
download | fluxbox_pavel-091748bd46d27d66966d807c27a49ab172180672.zip fluxbox_pavel-091748bd46d27d66966d807c27a49ab172180672.tar.bz2 |
reparent
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, |