Ignore:
Timestamp:
May 14, 2015, 9:55:51 PM (11 years ago)
Author:
rousseau
Message:

Include a bunch of Console Debug calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/user32/window.cpp

    r21953 r22097  
    7575  CREATESTRUCTA cs;
    7676  char tmpClass[20];
    77 
     77__con_debug(2,"CreateWindowExA(width=%d,height=%d)\n",width,height);
    7878    if(exStyle & WS_EX_MDICHILD)
    7979        return CreateMDIWindowA(className, windowName, style, x, y, width, height, parent, instance, (LPARAM)data);
Note: See TracChangeset for help on using the changeset viewer.