glfw/tests/window_fullscreen_x11.c
2025-02-02 17:07:38 -05:00

7 lines
86 B
C

#include <GLFW/glfw3.h>
#include <stdio.h>
int main() {
glfwGetWindowAttrib();
}