diff options
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 6e11789..6fbe913 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -137,6 +137,8 @@ public: | |||
137 | unsigned char *data, | 137 | unsigned char *data, |
138 | int nelements); | 138 | int nelements); |
139 | 139 | ||
140 | void deleteProperty(Atom property); | ||
141 | |||
140 | void setBufferPixmap(Pixmap pm); | 142 | void setBufferPixmap(Pixmap pm); |
141 | 143 | ||
142 | std::string textProperty(Atom property) const; | 144 | std::string textProperty(Atom property) const; |