comparison src/device-msw.c @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 78f53ef88e17
children 2c611d1463a6
comparison
equal deleted inserted replaced
216:43306a74e31c 217:d44af0c54775
84 DEVICE_MSWINDOWS_VERTRES(d) = GetDeviceCaps(hdc, VERTRES); 84 DEVICE_MSWINDOWS_VERTRES(d) = GetDeviceCaps(hdc, VERTRES);
85 DEVICE_MSWINDOWS_HORZSIZE(d) = GetDeviceCaps(hdc, HORZSIZE); 85 DEVICE_MSWINDOWS_HORZSIZE(d) = GetDeviceCaps(hdc, HORZSIZE);
86 DEVICE_MSWINDOWS_VERTSIZE(d) = GetDeviceCaps(hdc, VERTSIZE); 86 DEVICE_MSWINDOWS_VERTSIZE(d) = GetDeviceCaps(hdc, VERTSIZE);
87 ReleaseDC(desktop, hdc); 87 ReleaseDC(desktop, hdc);
88 88
89 DEVICE_CLASS(d) = Qcolor;
89 /* Wait for windows thread to be ready */ 90 /* Wait for windows thread to be ready */
90 GetMessage (&msg, NULL, WM_XEMACS_ACK, WM_XEMACS_ACK); 91 GetMessage (&msg, NULL, WM_XEMACS_ACK, WM_XEMACS_ACK);
91 } 92 }
92 93
93 static int 94 static int