Control: tag -1 patch

Hi,

Upstream fix this issue with the attached patch.

-- 
ChangZhuo Chen (陳昌倬) <czc...@gmail.com>
http://czchen.info/
Key fingerprint = EC9F 905D 866D BE46 A896  C827 BE0C 9242 03F4 552D
commit 4912af0dded93534cbbde7f89e96cdc91ef01bd0
Author: Weng Xuetian <wen...@gmail.com>
Date:   Thu May 15 12:01:36 2014 -0400

    [x11] fixes issue #154, inconsistent function declaration.

diff --git a/src/module/x11/xerrorhandler.c b/src/module/x11/xerrorhandler.c
index abd46d9..4b7513a 100644
--- a/src/module/x11/xerrorhandler.c
+++ b/src/module/x11/xerrorhandler.c
@@ -39,9 +39,8 @@ void InitXErrorHandler(FcitxX11* x11priv)
     oldXIOErrorHandler = XSetIOErrorHandler(FcitxXIOErrorHandler);
 }
 
-void UnsetXErrorHandler(FcitxX11* x11priv)
+void UnsetXErrorHandler()
 {
-    FCITX_UNUSED(x11priv);
     x11handle = NULL;
     /* we don't set back to old handler, to avoid any x error  */
 }

Attachment: signature.asc
Description: Digital signature

Reply via email to