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
|
||||
+ * will not be passed to IM engine.
|
||||
+ */
|
||||
+ if (IS_FABLICATED(ic)) {
|
||||
+ UNMARK_FABLICATED(ic);
|
||||
+ if (IS_FABRICATED(ic)) {
|
||||
+ UNMARK_FABRICATED(ic);
|
||||
+ }
|
||||
+
|
||||
return;
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: Core X11 protocol client library
|
||||
Name: libX11
|
||||
Version: 1.4.99.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/*.5*
|
||||
|
||||
%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
|
||||
- libXi 1.4.99.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user