fix dont-forward-keycode-0.patch, symbol name change
This commit is contained in:
parent
61995a61e4
commit
1a833b990e
@ -31,8 +31,8 @@
|
|||||||
+ * event will be ignored at _XimProtoKeypressFilter() and it
|
+ * event will be ignored at _XimProtoKeypressFilter() and it
|
||||||
+ * will not be passed to IM engine.
|
+ * will not be passed to IM engine.
|
||||||
+ */
|
+ */
|
||||||
+ if (IS_FABLICATED(ic)) {
|
+ if (IS_FABRICATED(ic)) {
|
||||||
+ UNMARK_FABLICATED(ic);
|
+ UNMARK_FABRICATED(ic);
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
return;
|
return;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: Core X11 protocol client library
|
Summary: Core X11 protocol client library
|
||||||
Name: libX11
|
Name: libX11
|
||||||
Version: 1.4.99.1
|
Version: 1.4.99.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/*.5*
|
%{_mandir}/man5/*.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 22 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.1-2
|
||||||
|
- fix dont-forward-keycode-0.patch, symbol name change
|
||||||
|
|
||||||
* Wed Dec 21 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.1-1
|
* Wed Dec 21 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.1-1
|
||||||
- libXi 1.4.99.1
|
- libXi 1.4.99.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user