all repos — fluxbox @ c71c8244b5ed71ad05a2f830606292393e9c7d0e

custom fork of the fluxbox windowmanager

setBufferPixmap public instead
fluxgen fluxgen
commit

c71c8244b5ed71ad05a2f830606292393e9c7d0e

parent

46a06cdb02084f52b927cdb9b97092765f532cee

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M src/FbTk/FbWindow.hhsrc/FbTk/FbWindow.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ int mode,

unsigned char *data, int nelements); + void setBufferPixmap(Pixmap pm); + std::string textProperty(Atom property) const; /// @return parent FbWindow

@@ -164,7 +166,7 @@

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: