aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index 1f0c4bd..c5494b0 100644
--- a/src/FbTk/FbWindow.hh
+++ b/src/FbTk/FbWindow.hh
@@ -140,8 +140,10 @@ public:
140 void setInputFocus(int revert_to, int time); 140 void setInputFocus(int revert_to, int time);
141 /// defines a cursor for this window 141 /// defines a cursor for this window
142 void setCursor(Cursor cur); 142 void setCursor(Cursor cur);
143#ifdef NOT_USED
143 /// uses the parents cursor instead 144 /// uses the parents cursor instead
144 void unsetCursor(); 145 void unsetCursor();
146#endif
145 void reparent(const FbWindow &parent, int x, int y, bool continuing = true); 147 void reparent(const FbWindow &parent, int x, int y, bool continuing = true);
146 148
147 bool property(Atom property, 149 bool property(Atom property,