This commit is contained in:
Mike Interlandi 2025-02-03 12:04:35 -05:00
parent bb4ba846da
commit 1b5c120205
2 changed files with 0 additions and 9 deletions

View file

@ -26,9 +26,6 @@
//========================================================================
#include "internal.h"
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#if defined(_GLFW_X11)

View file

@ -1,6 +0,0 @@
#include <GLFW/glfw3.h>
#include <stdio.h>
int main() {
glfwGetWindowAttrib();
}