all repos — fluxbox @ a084e737f84b8c0840efdbac13e1af6010f279d9

custom fork of the fluxbox windowmanager

minor fix so we can force update on geometry in subclasses
fluxgen fluxgen
commit

a084e737f84b8c0840efdbac13e1af6010f279d9

parent

99b6dc4e5df2b9a8344de7cf1da102c9245cb014

1 files changed, 5 insertions(+), 5 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.14 2003/05/10 23:11:08 fluxgen Exp $ +// $Id: FbWindow.hh,v 1.15 2003/05/12 04:20:25 fluxgen Exp $ #ifndef FBTK_FBWINDOW_HH #define FBTK_FBWINDOW_HH

@@ -108,12 +108,12 @@

protected: /// creates a window with x window client (m_window = client) explicit FbWindow(Window client); - + /// updates x,y, width, height and screen num from X window + void updateGeometry(); private: - // sets new window and destroys old + /// sets new X window and destroys old void setNew(Window win); - - void updateGeometry(); + /// creates a new X window void create(Window parent, int x, int y, unsigned int width, unsigned int height, long eventmask, bool override_redirect,