aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-06-13 00:32:40 (GMT)
committerfluxgen <fluxgen>2004-06-13 00:32:40 (GMT)
commitc71c8244b5ed71ad05a2f830606292393e9c7d0e (patch)
tree554b5b65a67e09cfb17f09a5f077fa060af69e58 /src/FbTk/FbWindow.hh
parent46a06cdb02084f52b927cdb9b97092765f532cee (diff)
downloadfluxbox-c71c8244b5ed71ad05a2f830606292393e9c7d0e.zip
fluxbox-c71c8244b5ed71ad05a2f830606292393e9c7d0e.tar.bz2
setBufferPixmap public instead
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index 88437c1..9e6e50b 100644
--- a/src/FbTk/FbWindow.hh
+++ b/src/FbTk/FbWindow.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWindow.hh,v 1.31 2004/06/07 20:24:37 fluxgen Exp $ 22// $Id: FbWindow.hh,v 1.32 2004/06/13 00:32:40 fluxgen Exp $
23 23
24#ifndef FBTK_FBWINDOW_HH 24#ifndef FBTK_FBWINDOW_HH
25#define FBTK_FBWINDOW_HH 25#define 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 setBufferPixmap(Pixmap pm);
141
140 std::string textProperty(Atom property) const; 142 std::string textProperty(Atom property) const;
141 143
142 /// @return parent FbWindow 144 /// @return parent FbWindow
@@ -164,7 +166,7 @@ public:
164protected: 166protected:
165 /// creates a window with x window client (m_window = client) 167 /// creates a window with x window client (m_window = client)
166 explicit FbWindow(Window client); 168 explicit FbWindow(Window client);
167 void setBufferPixmap(Pixmap pm); 169
168 /// updates x,y, width, height and screen num from X window 170 /// updates x,y, width, height and screen num from X window
169 void updateGeometry(); 171 void updateGeometry();
170private: 172private: