Rename window_wayland to wayland and window_x11 to x11

This commit is contained in:
dec05eba
2025-03-05 18:07:52 +01:00
parent 0129ab140d
commit 5f3a14d3f6
7 changed files with 7 additions and 7 deletions

10
include/window/x11.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef GSR_WINDOW_X11_H
#define GSR_WINDOW_X11_H
#include "window.h"
typedef struct _XDisplay Display;
gsr_window* gsr_window_x11_create(Display *display);
#endif /* GSR_WINDOW_X11_H */