diff options
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -163,7 +163,6 @@ cNopacityConfig::~cNopacityConfig() { } void cNopacityConfig::setDynamicValues() { -esyslog("nopacity: col blending %x, do Blending %x", Theme.Color(clrDoBlending), CLR_BLENDING_ON); doBlending = (Theme.Color(clrDoBlending) == CLR_BLENDING_ON)?true:false; if (fontIndex == 0) { fontName = strdup(fontDefaultName); @@ -436,4 +435,4 @@ bool cNopacityConfig::SetupParse(const char *Name, const char *Value) { else return false; return true; -}
\ No newline at end of file +} |
