Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
7e928a4b
Commit
7e928a4b
authored
Sep 07, 2000
by
Tor Lillqvist
Browse files
Oops, cut&paste error.
parent
6ffe1dcf
Changes
1
Show whitespace changes
Inline
Side-by-side
gdk/win32/gdkevents-win32.c
View file @
7e928a4b
...
...
@@ -1761,7 +1761,7 @@ gdk_event_translate (GdkEvent *event,
/* All these VK_OEM keycodes happen to be the corresponding ASCII
* char + 0x90
*/
event
->
key
.
keyval
=
'+'
-
0x90
;
event
->
key
.
keyval
=
msg
->
wParam
-
0x90
;
else
ignore_wm_char
=
FALSE
;
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment