aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-15 10:52:18 (GMT)
committerfluxgen <fluxgen>2002-10-15 10:52:18 (GMT)
commitd565c23cf97e8893f31c7743f867fe6036b7959e (patch)
treeb7f7d9e0fa6781e80ff8cc90b654e95c607cc9ef /src/Theme.hh
parent3566c513b400a5fbc569f7ad6295214529c70c04 (diff)
downloadfluxbox-d565c23cf97e8893f31c7743f867fe6036b7959e.zip
fluxbox-d565c23cf97e8893f31c7743f867fe6036b7959e.tar.bz2
reconfigure with antialias
Diffstat (limited to 'src/Theme.hh')
-rw-r--r--src/Theme.hh4
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