all repos — fluxbox @ 78e01c7c6c77dc855553a4ef16024bd9f32c46fc

custom fork of the fluxbox windowmanager

update menu when we are done creating windows
fluxgen fluxgen
commit

78e01c7c6c77dc855553a4ef16024bd9f32c46fc

parent

035ed4d4528f001a56e78036e3f5f17b40886715

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

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.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: Menu.cc,v 1.5 2003/01/12 17:01:02 fluxgen Exp $ +// $Id: Menu.cc,v 1.6 2003/01/13 03:04:47 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -133,6 +133,8 @@ menu.width, menu.frame_h, 0,

CopyFromParent, InputOutput, CopyFromParent, attrib_mask, &attrib); evm.add(*this, menu.frame); + // update style + reconfigure(); } Menu::~Menu() {