summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Grenville <pyxlcy@gmail.com>2014-05-10 12:21:23 +0800
committerRichard Grenville <pyxlcy@gmail.com>2014-05-10 12:21:23 +0800
commit12225bcad2ad98b011a809ec882452b9d0242caa (patch)
tree80e6dce31b32c97c1fd4fb7c329ea889e2a477c4
parent6449cc2049b073e27ac49099ce2c1430ec964199 (diff)
downloadtdebase-12225bcad2ad98b011a809ec882452b9d0242caa.tar.gz
tdebase-12225bcad2ad98b011a809ec882452b9d0242caa.zip
Bug fix #195: Pointer incompatibility with libconfig-1.3*
Fix pointer incompatibility with libconfig-1.3*. Thanks to sstewartgallus for reporting. (#195)
-rw-r--r--compton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compton.c b/compton.c
index 4c432baed..eea986539 100644
--- a/compton.c
+++ b/compton.c
@@ -5458,7 +5458,7 @@ parse_config(session_t *ps, struct options_tmp *pcfgtmp) {
&& !parse_conv_kern_lst(ps, sval, ps->o.blur_kerns, MAX_BLUR_PASS))
exit(1);
// --resize-damage
- config_lookup_int(&cfg, "resize-damage", &ps->o.resize_damage);
+ lcfg_lookup_int(&cfg, "resize-damage", &ps->o.resize_damage);
// --glx-no-stencil
lcfg_lookup_bool(&cfg, "glx-no-stencil", &ps->o.glx_no_stencil);
// --glx-copy-from-front