Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145507 | Differences between
and this patch

Collapse All | Expand All

(-)dlls/opengl32/wgl.c (-1 / +2 lines)
Lines 616-622 Link Here
616
BOOL WINAPI wglMakeCurrent(HDC hdc,
616
BOOL WINAPI wglMakeCurrent(HDC hdc,
617
			   HGLRC hglrc) {
617
			   HGLRC hglrc) {
618
  BOOL ret;
618
  BOOL ret;
619
  DWORD type = GetObjectType(hdc);
619
	# fix for WOW screen flicker on entering buildings from Roderick Colenbrander
620
  DWORD type = 0 ; // GetObjectType(hdc);
620
621
621
  TRACE("(%p,%p)\n", hdc, hglrc);
622
  TRACE("(%p,%p)\n", hdc, hglrc);
622
623

Return to bug 145507