diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Theme.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Theme.hh b/src/Theme.hh index f48b8c0..fa1dabe 100644 --- a/src/Theme.hh +++ b/src/Theme.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: Theme.hh,v 1.14 2002/10/13 22:34:03 fluxgen Exp $ | 25 | // $Id: Theme.hh,v 1.15 2002/10/15 10:52:18 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef THEME_HH | 27 | #ifndef THEME_HH |
28 | #define THEME_HH | 28 | #define THEME_HH |
@@ -105,7 +105,7 @@ public: | |||
105 | inline GC getOpGC() const { return m_opgc; } | 105 | inline GC getOpGC() const { return m_opgc; } |
106 | inline const FbTk::Color &getBorderColor() const { return m_border_color; } | 106 | inline const FbTk::Color &getBorderColor() const { return m_border_color; } |
107 | void load(const char *filename); | 107 | void load(const char *filename); |
108 | void reconfigure(); | 108 | void reconfigure(bool antialias = false); |
109 | 109 | ||
110 | inline void setRootCommand(const std::string &command) { m_rootcommand = command; } | 110 | inline void setRootCommand(const std::string &command) { m_rootcommand = command; } |
111 | 111 | ||