Lines Matching defs:_p_WindowNode
23 struct _p_WindowNode { struct
24 HWND hWnd;
25 WindowNode wnext, wprev;
26 HANDLE event;
27 MouseNode MouseListHead;
28 MouseNode MouseListTail;
29 BOOL IsGetMouseOn;
30 PetscBool DoubleBuffered;
31 HDC Buffer, DoubleBuffer;
32 HBITMAP BufferBit, DoubleBufferBit;
33 HGDIOBJ store, dbstore;
34 int bitwidth, bitheight;