mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 22:07:17 +08:00
29 lines
786 B
Diff
29 lines
786 B
Diff
|
Index: src/freeglut_window.c
|
||
|
===================================================================
|
||
|
--- src/freeglut_window.c (Revision 832)
|
||
|
+++ src/freeglut_window.c (Arbeitskopie)
|
||
|
@@ -594,10 +594,9 @@
|
||
|
#if TARGET_HOST_POSIX_X11
|
||
|
if ( window )
|
||
|
{
|
||
|
- glXMakeContextCurrent(
|
||
|
+ glXMakeCurrent(
|
||
|
fgDisplay.Display,
|
||
|
window->Window.Handle,
|
||
|
- window->Window.Handle,
|
||
|
window->Window.Context
|
||
|
);
|
||
|
|
||
|
@@ -932,10 +932,9 @@
|
||
|
XSetWMProtocols( fgDisplay.Display, window->Window.Handle,
|
||
|
&fgDisplay.DeleteWindow, 1 );
|
||
|
|
||
|
- glXMakeContextCurrent(
|
||
|
+ glXMakeCurrent(
|
||
|
fgDisplay.Display,
|
||
|
window->Window.Handle,
|
||
|
- window->Window.Handle,
|
||
|
window->Window.Context
|
||
|
);
|
||
|
|