From: Dana Jansens Date: Sun, 3 Nov 2002 12:07:54 +0000 (+0000) Subject: ue default scope timevals X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8ad26109179bd81f046e4aa6f4e5bd698fa1b9be;p=chaz%2Fopenbox ue default scope timevals --- diff --git a/src/blackbox.hh b/src/blackbox.hh index 818a7842..71acf513 100644 --- a/src/blackbox.hh +++ b/src/blackbox.hh @@ -81,7 +81,7 @@ private: std::string style_file; int colors_per_channel; - ::timeval auto_raise_delay; + timeval auto_raise_delay; unsigned long cache_life, cache_max; std::string titlebar_layout; unsigned int mod_mask; // modifier mask used for window-mouse interaction @@ -176,7 +176,7 @@ public: inline std::string getTitlebarLayout(void) const { return resource.titlebar_layout; } - inline const ::timeval &getAutoRaiseDelay(void) const + inline const timeval &getAutoRaiseDelay(void) const { return resource.auto_raise_delay; } inline unsigned long getCacheLife(void) const