Gpu cleanup

This commit is contained in:
luboslenco
2025-06-20 23:53:10 +02:00
parent 0318fd3a61
commit db5b28d2fd
10 changed files with 844 additions and 1100 deletions
+1 -2
View File
@@ -8,7 +8,6 @@
#include <X11/extensions/Xinerama.h>
#include <X11/extensions/Xrandr.h>
#define MAXIMUM_WINDOWS 1
#define MAXIMUM_DISPLAYS 16
struct iron_x11_window {
@@ -177,7 +176,7 @@ struct x11_context {
struct x11_pen_device pen;
struct x11_pen_device eraser;
struct iron_x11_window windows[MAXIMUM_WINDOWS];
struct iron_x11_window windows[1];
int num_displays;
struct iron_x11_display displays[MAXIMUM_DISPLAYS];
};