Difference for arch/ogl/wgl.c from version 1.10 to 1.11


version 1.10 version 1.11
Line 11
 
Line 11
 #include "mouse.h"  #include "mouse.h"
 #include "digi.h"  #include "digi.h"
 #include "args.h"  #include "args.h"
   #include "resource.h"
 /*#include "event.h"*/  /*#include "event.h"*/
 #include <stdio.h>  #include <stdio.h>
   
Line 170
 
Line 171
  wcDescentClass.hInstance     = hInst;   wcDescentClass.hInstance     = hInst;
  wcDescentClass.lpfnWndProc   = DescentWndProc;   wcDescentClass.lpfnWndProc   = DescentWndProc;
  wcDescentClass.hCursor       = LoadCursor(NULL, IDC_ARROW);   wcDescentClass.hCursor       = LoadCursor(NULL, IDC_ARROW);
  wcDescentClass.hIcon         = LoadIcon(NULL, IDI_WINLOGO);   //wcDescentClass.hIcon         = LoadIcon(NULL, IDI_WINLOGO);
    wcDescentClass.hIcon         = LoadIcon(hInst, MAKEINTRESOURCE(IDI_MAIN_ICON));
  wcDescentClass.lpszMenuName  = NULL;   wcDescentClass.lpszMenuName  = NULL;
  wcDescentClass.hbrBackground = NULL;   wcDescentClass.hbrBackground = NULL;
  wcDescentClass.style         = CS_OWNDC;   wcDescentClass.style         = CS_OWNDC;

Legend:
line(s) removed in v.1.10 
line(s) changed
 line(s) added in v.1.11