diff options
Diffstat (limited to 'util/fbrun/FbRun.hh')
-rw-r--r-- | util/fbrun/FbRun.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fbrun/FbRun.hh b/util/fbrun/FbRun.hh index e89d487..e762d7b 100644 --- a/util/fbrun/FbRun.hh +++ b/util/fbrun/FbRun.hh | |||
@@ -48,7 +48,7 @@ public: | |||
48 | /// load and reconfigure for new font | 48 | /// load and reconfigure for new font |
49 | bool loadFont(const std::string &fontname); | 49 | bool loadFont(const std::string &fontname); |
50 | void setForegroundColor(const FbTk::Color &color); | 50 | void setForegroundColor(const FbTk::Color &color); |
51 | void setAntialias(bool val) { m_font.setAntialias(val); } | 51 | void setAntialias(bool val) { /*m_font.setAntialias(val);*/ } |
52 | const FbTk::Font &font() const { return m_font; } | 52 | const FbTk::Font &font() const { return m_font; } |
53 | /// execute command and exit | 53 | /// execute command and exit |
54 | void run(const std::string &execstring); | 54 | void run(const std::string &execstring); |