diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/FbWindow.hh | 6 |
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: | |||
164 | protected: | 166 | protected: |
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(); |
170 | private: | 172 | private: |