Changeset 986 for Daodan/src/patches
- Timestamp:
- Mar 18, 2014, 1:30:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/patches/Patches.c
r985 r986 123 123 int16_t ONICALL DD_COrTextArea_Resize(void* inTextArea, UUtRect* inBounds, int16_t inNumTextEntries) { 124 124 if (inTextArea == COgCommandLine) { 125 inBounds->top -= 8; 125 inBounds->top -= 10; 126 } else if (inTextArea == COgConsoleLines) { 127 inBounds->bottom -= 10; 126 128 } 127 129 return Oni_COrTextArea_Resize(inTextArea, inBounds, inNumTextEntries);
Note:
See TracChangeset
for help on using the changeset viewer.