Re: [RESEND]Make wine_glGetString() return NULL on null gl context - Solves Bug 13599
July 2, 2008
7:11 a.m.
2008/7/1 Massimo Del Fedele <max(a)veneto.com>:
+ if(NtCurrentTeb()->glContext == NULL) + return NULL; + Alexandre said on IRC that you should probably use wglGetCurrentContext() there, rather than using NtCurrentTeb() directly.
6476
Age (days ago)
6476
Last active (days ago)
0 comments
1 participants
participants (1)
-
H. Verbeet