ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/patches/Patches.c
(Generate patch)

Comparing Daodan/src/patches/Patches.c (file contents):
Revision 985 by alloc, Mon Mar 17 02:08:55 2014 UTC vs.
Revision 986 by alloc, Tue Mar 18 00:30:15 2014 UTC

# Line 122 | Line 122 | FILE* ONICALL DDrPrintWarning(int filena
122   _COrTextArea_Resize Oni_COrTextArea_Resize = (_COrTextArea_Resize)0;
123   int16_t ONICALL DD_COrTextArea_Resize(void* inTextArea, UUtRect* inBounds, int16_t inNumTextEntries) {
124          if (inTextArea == COgCommandLine) {
125 <                inBounds->top -= 8;
125 >                inBounds->top -= 10;
126 >        } else if (inTextArea == COgConsoleLines) {
127 >                inBounds->bottom -= 10;
128          }
129          return Oni_COrTextArea_Resize(inTextArea, inBounds, inNumTextEntries);
130   }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)