all repos — fluxbox @ b4331b03fe54599b42ba62399bbef00dd2b8334b

custom fork of the fluxbox windowmanager

just listen to screen size changes
fluxgen fluxgen
commit

b4331b03fe54599b42ba62399bbef00dd2b8334b

parent

531e9894993314814bea71491447c47262469a6d

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

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

@@ -22,7 +22,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: Toolbar.cc,v 1.114 2003/08/24 13:17:00 fluxgen Exp $ +// $Id: Toolbar.cc,v 1.115 2003/08/24 23:15:02 fluxgen Exp $ #include "Toolbar.hh"

@@ -264,8 +264,7 @@ m_resize_lock(false) {

// we need to get notified when the theme is reloaded m_theme.reconfigSig().attach(this); - // listen to screen reconfigure - screen().reconfigureSig().attach(this); + // listen to screen size changes screen().resizeSig().attach(this); moveToLayer((*m_rc_layernum).getNum());