Skip to content

Commit 3089636

Browse files
authored
Merge pull request #322 from wilhelmy/mod_sp-higher-res
scratchpad: default to size 800x600
2 parents f4fdc00 + 4d284b7 commit 3089636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod_sp/main.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extern void mod_sp_deinit();
1616

1717
extern WBindmap *mod_sp_scratchpad_bindmap;
1818

19-
#define CF_SCRATCHPAD_DEFAULT_W 640
20-
#define CF_SCRATCHPAD_DEFAULT_H 480
19+
#define CF_SCRATCHPAD_DEFAULT_W 800
20+
#define CF_SCRATCHPAD_DEFAULT_H 600
2121

2222
#endif /* ION_MOD_SP_MAIN_H */

0 commit comments

Comments
 (0)