diff options
-rw-r--r-- | src/Window.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 46d0a12..32a479c 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.74 2003/05/21 23:59:53 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.75 2003/05/24 13:01:48 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -404,8 +404,9 @@ private: | |||
404 | Display *display; /// display connection | 404 | Display *display; /// display connection |
405 | BlackboxAttributes m_blackbox_attrib; | 405 | BlackboxAttributes m_blackbox_attrib; |
406 | 406 | ||
407 | FbTk::Menu m_windowmenu; | ||
408 | std::auto_ptr<FbTk::Menu> m_layermenu; | 407 | std::auto_ptr<FbTk::Menu> m_layermenu; |
408 | FbTk::Menu m_windowmenu; | ||
409 | |||
409 | 410 | ||
410 | timeval m_last_focus_time; | 411 | timeval m_last_focus_time; |
411 | 412 | ||