diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 7f1c43f..054af43 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.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: fluxbox.hh,v 1.76 2003/12/19 00:35:08 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.77 2003/12/19 13:36:21 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -301,6 +301,8 @@ private: | |||
301 | int m_argc; | 301 | int m_argc; |
302 | XEvent m_last_event; | 302 | XEvent m_last_event; |
303 | 303 | ||
304 | FbTk::Timer m_reconfig_timer; ///< when we execute reconfig command we must wait at least to next event round | ||
305 | |||
304 | std::auto_ptr<Keys> m_key; | 306 | std::auto_ptr<Keys> m_key; |
305 | 307 | ||
306 | //default arguments for titlebar left and right | 308 | //default arguments for titlebar left and right |