Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107526 | Differences between
and this patch

Collapse All | Expand All

(-)app.h.org (-2 / +2 lines)
Lines 51-57 Link Here
51
    void HideCursor();
51
    void HideCursor();
52
52
53
    static std::string findValidRandomTheme(const std::string& set);
53
    static std::string findValidRandomTheme(const std::string& set);
54
    static void App::replaceVariables(std::string& input,
54
    static void replaceVariables(std::string& input,
55
				      const std::string& var,
55
				      const std::string& var,
56
				      const std::string& value);
56
				      const std::string& value);
57
57
Lines 76-82 Link Here
76
    XpmAttributes BackgroundPixmapAttributes;
76
    XpmAttributes BackgroundPixmapAttributes;
77
    Pixmap BackgroundPixmap;
77
    Pixmap BackgroundPixmap;
78
78
79
    void App::blankScreen();
79
    void blankScreen();
80
    void setBackground(const string& themedir);
80
    void setBackground(const string& themedir);
81
	
81
	
82
    bool daemonmode;
82
    bool daemonmode;

Return to bug 107526