aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-20 02:18:18 (GMT)
committerfluxgen <fluxgen>2002-01-20 02:18:18 (GMT)
commitab328564e5cfeca2b57db6eed2e37b0c0f80a49f (patch)
tree1022e715b5082788f1b87d1c6fe1a93636520a19 /src/fluxbox.hh
parent6ea3678d0221914a3f54a78bbe8b8b282c4ce8e7 (diff)
downloadfluxbox-ab328564e5cfeca2b57db6eed2e37b0c0f80a49f.zip
fluxbox-ab328564e5cfeca2b57db6eed2e37b0c0f80a49f.tar.bz2
Added screen resourcemanager
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index ca1d614..7cbf237 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.7 2002/01/18 01:23:54 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.8 2002/01/20 02:18:18 fluxgen Exp $
26 26
27#ifndef _FLUXBOX_HH_ 27#ifndef _FLUXBOX_HH_
28#define _FLUXBOX_HH_ 28#define _FLUXBOX_HH_
@@ -211,13 +211,11 @@ private:
211 } MenuTimestamp; 211 } MenuTimestamp;
212 212
213 struct resource { 213 struct resource {
214 Time double_click_interval; 214 Time double_click_interval;
215
216 timeval auto_raise_delay; 215 timeval auto_raise_delay;
217 //unsigned long cache_life, cache_max;
218 } resource; 216 } resource;
219 217
220 ResourceManager m_resourcemanager; 218 ResourceManager m_resourcemanager, m_screen_rm;
221 219
222 //--- Resources 220 //--- Resources
223 Resource<bool> m_rc_tabs, m_rc_iconbar; 221 Resource<bool> m_rc_tabs, m_rc_iconbar;