Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
allegro
allegro-4.4.2-src_x_xkeyboard.c.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File allegro-4.4.2-src_x_xkeyboard.c.patch of Package allegro
--- src/x/xkeyboard.c.orig 2010-12-08 09:13:50.000000000 +0100 +++ src/x/xkeyboard.c 2014-12-18 22:35:14.060505395 +0100 @@ -23,6 +23,7 @@ #include <X11/Xos.h> #include <X11/Xlib.h> #include <X11/Xutil.h> +#include <X11/XKBlib.h> #include <X11/Xproto.h> #include "allegro.h" @@ -617,7 +618,7 @@ TRACE (PREFIX_I "Modifier %d:", i + 1); for (j = 0; j < xmodmap->max_keypermod; j++) { - KeySym sym = XKeycodeToKeysym(_xwin.display, + KeySym sym = XkbKeycodeToKeysym(_xwin.display, 0, xmodmap->modifiermap[i * xmodmap->max_keypermod + j], 0); char *sym_str = XKeysymToString(sym); TRACE(" %s", sym_str ? sym_str : "NULL");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor