all repos — fluxbox @ 6ae6cebd64d5b760d4a83a571f4c4c4052f681bc

custom fork of the fluxbox windowmanager

added config menu to Screen
fluxgen fluxgen
commit

6ae6cebd64d5b760d4a83a571f4c4c4052f681bc

parent

7bea06979fe5c698636b26ea773ce3144cd28e56

1 files changed, 4 insertions(+), 2 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.127 2003/12/03 00:32:13 fluxgen Exp $ +// $Id: Toolbar.cc,v 1.128 2003/12/07 15:27:52 fluxgen Exp $ #include "Toolbar.hh"

@@ -241,7 +241,9 @@

m_layermenu.setInternalMenu(); m_placementmenu.setInternalMenu(); setupMenus(); - + // add menu to screen + screen().addConfigMenu("Toolbar", menu()); + // geometry settings frame.width = width; frame.height = 10;