Top level windows with 0 width or height are created with a size of 1x1 in
[wine] / include / device.h
1 #ifndef __WINE_DEVICE_H
2 #define __WINE_DEVICE_H
3
4 #include "winbase.h"
5
6 extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
7                              LPSECURITY_ATTRIBUTES sa );
8 #endif