branch: externals/xelb
commit 677623a4173597cc4a4fbea721849bcec95c304f
Author: Chris Feng <chris.w.f...@gmail.com>
Commit: Chris Feng <chris.w.f...@gmail.com>

    Disable auto-padding for xcb-xim
---
 xcb-xim.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/xcb-xim.el b/xcb-xim.el
index 847db54..2678990 100644
--- a/xcb-xim.el
+++ b/xcb-xim.el
@@ -111,7 +111,8 @@
 Consider let-bind it rather than change its global value.")
 
 (defclass xim:-struct (xcb:-struct)
-  ((~lsb :initform (symbol-value 'xim:lsb)))
+  ((~lsb :initform (symbol-value 'xim:lsb))
+   (~auto-padding :initform nil))       ;disable auto padding
   :documentation "Struct type for XIM.")
 
 (defclass xim:-request (xim:-struct)

Reply via email to