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

Comparing Daodan/src/Patches/Win32.c (file contents):
Revision 994 by alloc, Mon Apr 7 10:33:27 2014 UTC vs.
Revision 1000 by alloc, Sun May 4 18:17:11 2014 UTC

# Line 152 | Line 152 | UUtError ONICALL DD_ONrPlatform_Initiali
152          }
153          else
154          {
155 <                ConfigOption_t* co = DDrConfig_GetOptOfType("options.border", C_BOOL);
155 >                ConfigOption_t* co = DDrConfig_GetOptOfType("windows.border", C_BOOL);
156                  int opt_border = 0;
157                  if (co && co->value.intBoolVal)
158                          opt_border = 1;
159 <                co = DDrConfig_GetOptOfType("options.topmost", C_BOOL);
159 >                co = DDrConfig_GetOptOfType("windows.topmost", C_BOOL);
160                  int opt_topmost = 0;
161                  if (co && co->value.intBoolVal)
162                          opt_topmost = 1;

Diff Legend

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