reordered menus
fluxgen fluxgen
1 files changed,
3 insertions(+),
2 deletions(-)
jump to
M
src/Window.hh
→
src/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;