all repos — fluxbox @ ab328564e5cfeca2b57db6eed2e37b0c0f80a49f

custom fork of the fluxbox windowmanager

Added screen resourcemanager
fluxgen fluxgen
commit

ab328564e5cfeca2b57db6eed2e37b0c0f80a49f

parent

6ea3678d0221914a3f54a78bbe8b8b282c4ce8e7

1 files changed, 3 insertions(+), 5 deletions(-)

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

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.7 2002/01/18 01:23:54 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.8 2002/01/20 02:18:18 fluxgen Exp $ #ifndef _FLUXBOX_HH_ #define _FLUXBOX_HH_

@@ -211,13 +211,11 @@ time_t timestamp;

} MenuTimestamp; struct resource { - Time double_click_interval; - + Time double_click_interval; timeval auto_raise_delay; - //unsigned long cache_life, cache_max; } resource; - ResourceManager m_resourcemanager; + ResourceManager m_resourcemanager, m_screen_rm; //--- Resources Resource<bool> m_rc_tabs, m_rc_iconbar;