Difference for arch/win32/init.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 117
 
Line 117
  #endif   #endif
  #endif   #endif
   
  wcDescentClass.lpszClassName = "WinDescent";          wcDescentClass.lpszClassName = "WinD1X";
  wcDescentClass.hInstance     = hInst;   wcDescentClass.hInstance     = hInst;
  wcDescentClass.lpfnWndProc   = DescentWndProc;   wcDescentClass.lpfnWndProc   = DescentWndProc;
  wcDescentClass.hCursor       = LoadCursor(NULL, IDC_ARROW);   wcDescentClass.hCursor       = LoadCursor(NULL, IDC_ARROW);
Line 131
 
Line 131
  // Register the class   // Register the class
  RegisterClass(&wcDescentClass);   RegisterClass(&wcDescentClass);
  g_hWnd = CreateWindowEx(0,   g_hWnd = CreateWindowEx(0,
    "WinDescent",                                    "WinD1X",
    "Descent",     "Descent",
    WS_OVERLAPPED | WS_BORDER,     WS_OVERLAPPED | WS_BORDER,
    0, 0,     0, 0,

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3