emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/xelb 761361c: * xcb-ewmh.el (xcb:ewmh:-_NET_WM_STRUT_PA


From: Chris Feng
Subject: [elpa] externals/xelb 761361c: * xcb-ewmh.el (xcb:ewmh:-_NET_WM_STRUT_PARTIAL): Fix typos.
Date: Tue, 12 Jul 2016 10:36:29 +0000 (UTC)

branch: externals/xelb
commit 761361ca657e0e2210f3b36717d18bcbaf9e3549
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    * xcb-ewmh.el (xcb:ewmh:-_NET_WM_STRUT_PARTIAL): Fix typos.
---
 xcb-ewmh.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xcb-ewmh.el b/xcb-ewmh.el
index c1c3513..94c72f6 100644
--- a/xcb-ewmh.el
+++ b/xcb-ewmh.el
@@ -539,14 +539,14 @@ EWMH")
   ((left :initarg :left :type xcb:-ignore)
    (right :initarg :right :type xcb:-ignore)
    (top :initarg :top :type xcb:-ignore)
-   (bottom :initarg bottom :type xcb:-ignore)
+   (bottom :initarg :bottom :type xcb:-ignore)
    (left-start-y :initarg :left-start-y :type xcb:-ignore)
    (left-end-y :initarg :left-end-y :type xcb:-ignore)
    (right-start-y :initarg :right-start-y :type xcb:-ignore)
    (right-end-y :initarg :right-end-y :type xcb:-ignore)
    (top-start-x :initarg :top-start-x :type xcb:-ignore)
    (top-end-x :initarg :top-end-x :type xcb:-ignore)
-   (bottom-start-x :initarg :bottom-start-x:type xcb:-ignore)
+   (bottom-start-x :initarg :bottom-start-x :type xcb:-ignore)
    (bottom-end-x :initarg :bottom-end-x :type xcb:-ignore)))
 ;;
 (defclass xcb:ewmh:get-_NET_WM_STRUT_PARTIAL (xcb:icccm:-GetProperty-explicit)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]