Nov. 21, 2001
3:12 a.m.
On Tue, 20 Nov 2001, Glenn Schrader wrote:
The two attached patches seem to do the job. Thanks for the hints.
Hmm.
@@ -49,7 +49,7 @@
static LRESULT WINAPI GrabWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { - Display *display = thread_display(); + Display *display = gdi_display;
Is this part really necessary?