all repos — openbox @ 8ad26109179bd81f046e4aa6f4e5bd698fa1b9be

openbox fork - make it a bit more like ryudo

ue default scope timevals
Dana Jansens danakj@orodu.net
commit

8ad26109179bd81f046e4aa6f4e5bd698fa1b9be

parent

2bf55be0614a9c6455cbab98cc6cfc8f0a1abebd

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/blackbox.hhsrc/blackbox.hh

@@ -81,7 +81,7 @@ Time double_click_interval;

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 @@

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