all repos — fluxbox @ d565c23cf97e8893f31c7743f867fe6036b7959e

custom fork of the fluxbox windowmanager

reconfigure with antialias
fluxgen fluxgen
commit

d565c23cf97e8893f31c7743f867fe6036b7959e

parent

3566c513b400a5fbc569f7ad6295214529c70c04

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

jump to
M src/Theme.hhsrc/Theme.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: Theme.hh,v 1.14 2002/10/13 22:34:03 fluxgen Exp $ +// $Id: Theme.hh,v 1.15 2002/10/15 10:52:18 fluxgen Exp $ #ifndef THEME_HH #define THEME_HH

@@ -105,7 +105,7 @@ inline unsigned int getFrameWidth() const { return m_frame_width; }

inline GC getOpGC() const { return m_opgc; } inline const FbTk::Color &getBorderColor() const { return m_border_color; } void load(const char *filename); - void reconfigure(); + void reconfigure(bool antialias = false); inline void setRootCommand(const std::string &command) { m_rootcommand = command; }