all repos — fluxbox @ 9c7f25c173daaa0216deba20257b7678e606095d

custom fork of the fluxbox windowmanager

redraw title and title bar once we are done with reconfigure
fluxgen fluxgen
commit

9c7f25c173daaa0216deba20257b7678e606095d

parent

b4ffe4fe21699c7123728aeeb99576a540b3694e

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M src/FbWinFrame.ccsrc/FbWinFrame.cc

@@ -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: FbWinFrame.cc,v 1.8 2003/02/17 22:57:52 fluxgen Exp $ +// $Id: FbWinFrame.cc,v 1.9 2003/02/18 21:41:09 fluxgen Exp $ #include "FbWinFrame.hh" #include "ImageControl.hh"

@@ -435,6 +435,8 @@

// render the theme renderButtons(); renderHandles(); + redrawTitle(); + redrawTitlebar(); } unsigned int FbWinFrame::titleHeight() const {