diff options
author | markt <markt> | 2006-07-01 02:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 02:56:46 (GMT) |
commit | 698539d9b9012bb6c282725e775e358c1bd4a281 (patch) | |
tree | 2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/FbTk/FbWindow.hh | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 2 |
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, |