|
|
| version 1.31, 2008/03/18 15:33:14 | version 1.34, 2011/01/15 18:43:13 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| /* | /* |
| * Copyright (c) 2003 NONAKA Kimihiro | * Copyright (c) 2003 NONAKA Kimihiro |
| * All rights reserved. | * All rights reserved. |
| Line 141 const char np2resumeext[] = "sav"; | Line 139 const char np2resumeext[] = "sav"; |
| #endif | #endif |
| char fontname[1024] = FONTFACE; | char fontname[1024] = FONTFACE; |
| #ifndef FONTNAME_DEFAULT | |
| #define FONTNAME_DEFAULT "./default.ttf" | |
| #endif | |
| char fontfilename[MAX_PATH] = FONTNAME_DEFAULT; | |
| char timidity_cfgfile_path[MAX_PATH]; | char timidity_cfgfile_path[MAX_PATH]; |
| int verbose = 0; | int verbose = 0; |
| Line 319 int | Line 312 int |
| mainloop(void *p) | mainloop(void *p) |
| { | { |
| UNUSED(p); | |
| if (np2oscfg.NOWAIT) { | if (np2oscfg.NOWAIT) { |
| joymng_sync(); | joymng_sync(); |
| mousemng_callback(); | mousemng_callback(); |