all repos — fluxbox @ 8f9dc59683fb9f1156bc3ded85cd560d10907005

custom fork of the fluxbox windowmanager

added root theme so we can redraw the background
fluxgen fluxgen
commit

8f9dc59683fb9f1156bc3ded85cd560d10907005

parent

9716ff884eb4761d6851f11a63cece8dced0336b

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

jump to
M src/Screen.hhsrc/Screen.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: Screen.hh,v 1.62 2003/01/12 18:46:01 fluxgen Exp $ +// $Id: Screen.hh,v 1.63 2003/01/12 23:54:10 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH

@@ -53,6 +53,7 @@ class Netizen;

class Slit; class Toolbar; class FbWinFrameTheme; +class RootTheme; namespace FbTk { class MenuTheme;

@@ -393,6 +394,7 @@ int date_format;

} resource; + std::auto_ptr<RootTheme> m_root_theme; };