Re: [RESEND]Make wine_glGetString() return NULL on null gl context - Solves Bug 13599
2 Jul
2008
2 Jul
'08
8: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.
6462
Age (days ago)
6462
Last active (days ago)
0 comments
1 participants
participants (1)
-
H. Verbeet