ce changes (from <Someone>)
The following files are gone (sys\wince):
- stat.h (moved to ceinc\sys\stat.h)
- fcntl.h (moved to ceinc\fcntl.h)
- errno.h (moved to ceinc\errno.h)
- assert.h (moved to ceinc\assert.h)
The following files were added:
- mhtxtbuf.c
- mhtxtbuf.h
- menubar.uu
- ceinc
- ceinc\sys
- ceinc\fcntl.h
- ceinc\errno.h
- ceinc\assert.h
- ceinc\sys\stat.h
CE notes:
Fixes:
- added new options "wraptext", "fullscreen" and "softkeyboard"
- CE341-1 fix ("wraptext" option)
- hide map scrollbars on Smartphone
- added View->Options menu
- PocketPC: added "Fit to screen" and "Show/Hide keypad" icons
on the menu bar
- Smartphone: '<', '>' keys were mapped incorrectly
- build: use source files directly from <buildroot>\sys\wince instead of
copying them to <buildroot>\wince\
This commit is contained in:
@@ -185,8 +185,8 @@ NHCmdPadCell cells_layout_movement[NH_CMDPAD_CELLNUM] =
|
||||
{ -1, "1", "1", 7, NH_CELL_REG, 1, (void*)-1 },
|
||||
{ -1, "2", "2", 8, NH_CELL_REG, 1, (void*)-1 },
|
||||
{ -1, "3", "3", 9, NH_CELL_REG, 1, (void*)-1 },
|
||||
{ -1, ">", ">", 10, NH_CELL_REG, 1, (void*)-1 },
|
||||
{ -1, "<", "<", 12, NH_CELL_REG, 1, (void*)-1 },
|
||||
{ -1, "<", "<", 10, NH_CELL_REG, 1, (void*)-1 },
|
||||
{ -1, ">", ">", 12, NH_CELL_REG, 1, (void*)-1 },
|
||||
{ -1, "X", "X", 13, NH_CELL_LAYOUT_MENU, 1, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user