[Bug 86] gephex-engine crashes when switching from OpenGL output to another
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
https://bugs.gephex.org/show_bug.cgi?id=86 ------- Additional Comments From [email protected] 2005-02-25 14:10 ------- Created an attachment (id=11) --> (https://bugs.gephex.org/attachment.cgi?id=11&action=view) Fix for the OpenGL XFlush Bug Removed the XFLush() after XCloseDisplay(). The X Reference Manual says "The XCloseDisplay function closes the connection to the X server" [..] "Therefore, these windows, resource IDs, and other resources should never be referenced again" And the XFlush is not needed because XCloseDisplay makes an XSync. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.