expand wincap options to second field
<Someone> wishes to add a couple of new options to the wince port ("run fullscreen" and "do not use CE software keyboard").
The wincap field was full, so this adds a second field for
additional options.
This commit is contained in:
@@ -30,6 +30,7 @@ struct window_procs amii_procs =
|
||||
{
|
||||
"amii",
|
||||
WC_COLOR|WC_HILITE_PET|WC_INVERSE,
|
||||
0L,
|
||||
amii_init_nhwindows,
|
||||
amii_player_selection,
|
||||
amii_askname,
|
||||
@@ -88,6 +89,7 @@ struct window_procs amiv_procs =
|
||||
{
|
||||
"amitile",
|
||||
WC_COLOR|WC_HILITE_PET|WC_INVERSE,
|
||||
0L,
|
||||
amii_init_nhwindows,
|
||||
amii_player_selection,
|
||||
amii_askname,
|
||||
|
||||
Reference in New Issue
Block a user