all repos — fluxbox @ f71446bf7f3713d7a3914377799878f51dd4407a

custom fork of the fluxbox windowmanager

listen to screen resize sig
fluxgen fluxgen
commit

f71446bf7f3713d7a3914377799878f51dd4407a

parent

329ac9d0bb22b41483eaf6f15623891790f7fdbe

1 files changed, 2 insertions(+), 1 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.113 2003/08/23 15:42:48 fluxgen Exp $ +// $Id: Toolbar.cc,v 1.114 2003/08/24 13:17:00 fluxgen Exp $ #include "Toolbar.hh"

@@ -266,6 +266,7 @@ // we need to get notified when the theme is reloaded

m_theme.reconfigSig().attach(this); // listen to screen reconfigure screen().reconfigureSig().attach(this); + screen().resizeSig().attach(this); moveToLayer((*m_rc_layernum).getNum());