mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-01 15:52:41 -06:00
GLCtrl: Removed dependency on glext
git-svn-id: svn://ultimatepp.org/upp/trunk@13881 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
35aa73e7d5
commit
e8696e2fe8
7 changed files with 58 additions and 22 deletions
|
|
@ -262,7 +262,7 @@ void Ctrl::EventProc(XWindow& w, XEvent *event)
|
|||
}
|
||||
#ifndef PLATFORM_OSX11
|
||||
if(GetCtrl() || GetAlt()) { // fix Ctrl+Shift+1 etc...
|
||||
keysym = decode(event->xkey.keycode, 0xa, '1', 0xb, '2', 0xc, '3', 0xd, '4',
|
||||
keysym = decode((int)event->xkey.keycode, 0xa, '1', 0xb, '2', 0xc, '3', 0xd, '4',
|
||||
0xe, '5', 0xf, '6', 0x10, '7', 0x11, '8', 0x12, '9', 0x13, '0',
|
||||
keysym);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue