diff options
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-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 36b39be..c39b8c1 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.33 2004/09/10 15:46:08 akir Exp $ | 22 | // $Id: FbWindow.hh,v 1.34 2004/09/11 12:33:14 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBWINDOW_HH | 24 | #ifndef FBTK_FBWINDOW_HH |
25 | #define FBTK_FBWINDOW_HH | 25 | #define FBTK_FBWINDOW_HH |
@@ -119,7 +119,7 @@ public: | |||
119 | void setCursor(Cursor cur); | 119 | void setCursor(Cursor cur); |
120 | /// uses the parents cursor instead | 120 | /// uses the parents cursor instead |
121 | void unsetCursor(); | 121 | void unsetCursor(); |
122 | void reparent(const FbWindow &parent, int x, int y); | 122 | void reparent(const FbWindow &parent, int x, int y, bool continuing = true); |
123 | 123 | ||
124 | bool property(Atom property, | 124 | bool property(Atom property, |
125 | long long_offset, long long_length, | 125 | long long_offset, long long_length, |