aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-19 13:37:28 (GMT)
committerfluxgen <fluxgen>2003-12-19 13:37:28 (GMT)
commit9b88b1f2c7e2da1ec6a47518ded37c0eab36e738 (patch)
treee3a3a7b592f86ed16deb32374b3494818141fea0 /src/fluxbox.hh
parent498f8529077a5ab6642befa3b21d6bc360fdcd18 (diff)
downloadfluxbox_pavel-9b88b1f2c7e2da1ec6a47518ded37c0eab36e738.zip
fluxbox_pavel-9b88b1f2c7e2da1ec6a47518ded37c0eab36e738.tar.bz2
reconfig timer back, needs to have a timer so we can reconfig fluxbox save in the next event round, see comments...
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
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