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

8
include/window/wayland.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef GSR_WINDOW_WAYLAND_H
#define GSR_WINDOW_WAYLAND_H
#include "window.h"
gsr_window* gsr_window_wayland_create(void);
#endif /* GSR_WINDOW_WAYLAND_H */