From c71c8244b5ed71ad05a2f830606292393e9c7d0e Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sun, 13 Jun 2004 00:32:40 +0000
Subject: setBufferPixmap public instead

---
 src/FbTk/FbWindow.hh | 6 ++++--
 1 file 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 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: FbWindow.hh,v 1.31 2004/06/07 20:24:37 fluxgen Exp $
+// $Id: FbWindow.hh,v 1.32 2004/06/13 00:32:40 fluxgen Exp $
 
 #ifndef FBTK_FBWINDOW_HH
 #define FBTK_FBWINDOW_HH
@@ -137,6 +137,8 @@ public:
                         unsigned char *data,
                         int nelements);
 
+    void setBufferPixmap(Pixmap pm);
+
     std::string textProperty(Atom property) const;
 
     /// @return parent FbWindow
@@ -164,7 +166,7 @@ public:
 protected:
     /// creates a window with x window client (m_window = client)
     explicit FbWindow(Window client);
-    void setBufferPixmap(Pixmap pm);
+
     /// updates x,y, width, height and screen num from X window
     void updateGeometry();
 private:
-- 
cgit v0.11.2