ray 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/say_win_window.h +1 -1
  2. metadata +1 -1
@@ -237,7 +237,7 @@ static void say_win_window_translate(say_win_window *win, UINT msg, WPARAM wpara
237
237
  case WM_CHAR: {
238
238
  say_event ev;
239
239
  ev.type = SAY_EVENT_TEXT_ENTERED;
240
- ev.ev.text.text = (uint32t_)wparam;
240
+ ev.ev.text.text = (uint32_t)wparam;
241
241
 
242
242
  say_array_push(win->events, &ev);
243
243
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ray
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Mon ou\xC3\xAFe"