|
|
| version 1.10, 2011/01/15 16:55:37 | version 1.13, 2012/01/23 05:12:35 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| /* | /* |
| * Copyright (c) 2002-2004 NONAKA Kimihiro | * Copyright (c) 2002-2004 NONAKA Kimihiro |
| * All rights reserved. | * All rights reserved. |
| Line 269 static const char *joypad_num_str[256] = | Line 267 static const char *joypad_num_str[256] = |
| "248", "249", "250", "251", "252", "253", "254", "255", | "248", "249", "250", "251", "252", "253", "254", "255", |
| }; | }; |
| static const joymng_devinfo_t **joypad_devlist; | static joymng_devinfo_t **joypad_devlist; |
| static GtkWidget *joypad_use_checkbutton[1]; | static GtkWidget *joypad_use_checkbutton[1]; |
| static GtkWidget *joypad_devlist_combo; | static GtkWidget *joypad_devlist_combo; |
| static GtkWidget *joypad_axis_combo[JOY_NAXIS]; | static GtkWidget *joypad_axis_combo[JOY_NAXIS]; |
| Line 656 static void | Line 654 static void |
| driver_radiobutton_clicked(GtkButton *b, gpointer d) | driver_radiobutton_clicked(GtkButton *b, gpointer d) |
| { | { |
| driver_snddrv = (int)d; | driver_snddrv = GPOINTER_TO_UINT(d); |
| } | } |
| static GtkWidget * | static GtkWidget * |