aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-01 02:56:46 (GMT)
committermarkt <markt>2006-07-01 02:56:46 (GMT)
commit698539d9b9012bb6c282725e775e358c1bd4a281 (patch)
tree2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/FbTk/FbWindow.hh
parenta14c322dcbbc7330b6933230168d34411f7ac63b (diff)
downloadfluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.zip
fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2
more dead functions
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,