mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 13:28:00 +02:00
Fix unbalanced parenthesis in XKBlib.h # 16551
X.Org Bug 16551 <http://bugs.freedesktop.org/show_bug.cgi?id=16551>
This commit is contained in:
parent
f6af6dd2f7
commit
596e081b74
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ extern Bool XkbSetIndicatorMap(
|
|||
#define XkbNoteIndicatorStateChanges(o,n,w)\
|
||||
((o)->state_changes|=((n)->state_changes&(w)))
|
||||
#define XkbGetIndicatorMapChanges(d,x,c) \
|
||||
(XkbGetIndicatorMap((d),(c)->map_changes,x)
|
||||
(XkbGetIndicatorMap((d),(c)->map_changes,x))
|
||||
#define XkbChangeIndicatorMaps(d,x,c) \
|
||||
(XkbSetIndicatorMap((d),(c)->map_changes,x))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue