all repos — fluxbox @ d20ace2f972b86acd60b128e85733418ed4f9061

custom fork of the fluxbox windowmanager

reordered menus
fluxgen fluxgen
commit

d20ace2f972b86acd60b128e85733418ed4f9061

parent

3e2d57d7c9669eee4be52ae4160e0c9d6c975fde

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

jump to
M src/Window.hhsrc/Window.hh

@@ -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: Window.hh,v 1.74 2003/05/21 23:59:53 rathnor Exp $ +// $Id: Window.hh,v 1.75 2003/05/24 13:01:48 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -404,8 +404,9 @@ FbTk::Timer m_timer;

Display *display; /// display connection BlackboxAttributes m_blackbox_attrib; + std::auto_ptr<FbTk::Menu> m_layermenu; FbTk::Menu m_windowmenu; - std::auto_ptr<FbTk::Menu> m_layermenu; + timeval m_last_focus_time;