aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
authormathias <mathias>2004-12-21 16:12:28 (GMT)
committermathias <mathias>2004-12-21 16:12:28 (GMT)
commita88d3b39ad76182bf120b8c69b80104f7b61cba8 (patch)
treedf3c80f7b7fa42ec7b9a9c2d3f8f4a6cf30ab212 /src/FbTk/FbWindow.hh
parent37c6602f07bece414e3a9b6287b5c0691635919d (diff)
downloadfluxbox-a88d3b39ad76182bf120b8c69b80104f7b61cba8.zip
fluxbox-a88d3b39ad76182bf120b8c69b80104f7b61cba8.tar.bz2
added deleteProperty to FbWindow
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 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;