all repos — fluxbox @ 8e5a10ea6c7384a92f572863e12d3c578c06c023

custom fork of the fluxbox windowmanager

Compiler boyscouting: init order
Mathias Gumz akira@fluxbox.org
commit

8e5a10ea6c7384a92f572863e12d3c578c06c023

parent

876500a25936738f45794a6fa94795e60c170a38

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

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.cc

@@ -221,13 +221,13 @@ }

Menu::Menu(FbTk::ThemeProxy<MenuTheme> &tm, ImageControl &imgctrl): - m_theme(tm), m_parent(0), - m_image_ctrl(imgctrl), - m_alignment(ALIGNDONTCARE), + m_need_update(true), m_active_index(-1), + m_theme(tm), + m_image_ctrl(imgctrl), m_shape(0), - m_need_update(true) { + m_alignment(ALIGNDONTCARE) { Display* disp = FbTk::App::instance()->display(); m_screen.x = 0;