mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
- Unsaved change from XA_ATOM to XA_CARDINAL
This commit is contained in:
parent
661cb205e4
commit
dfad000928
@ -197,7 +197,7 @@ static GLFWwindow* init(const char* glsl_version){
|
||||
// Set atom for gamescope to render as an overlay.
|
||||
Atom overlay_atom = XInternAtom (x11_display, GamescopeOverlayProperty, False);
|
||||
uint32_t value = 1;
|
||||
XChangeProperty(x11_display, x11_window, overlay_atom, XA_ATOM, 32, PropertyNewValue, (unsigned char *)&value, 1);
|
||||
XChangeProperty(x11_display, x11_window, overlay_atom, XA_CARDINAL, 32, PropertyNewValue, (unsigned char *)&value, 1);
|
||||
}
|
||||
|
||||
glfwMakeContextCurrent(window);
|
||||
|
Loading…
Reference in New Issue
Block a user