MCPcopy Create free account
hub / github.com/SFML/SFML / GlxErrorHandler

Method GlxErrorHandler

src/SFML/Window/Unix/GlxContext.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85{
86public:
87 explicit GlxErrorHandler(::Display* display) : m_display(display)
88 {
89 glxErrorOccurred = false;
90 m_previousHandler = XSetErrorHandler(handleXError);
91 }
92
93 ~GlxErrorHandler()
94 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected