diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-05 18:07:52 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-05 18:07:52 +0100 |
commit | 5f3a14d3f6ccd74ac4bfb4736861f7fd9937eeb6 (patch) | |
tree | 58de24e160ac92a579163adc392ffd62163637e2 /include/window/window_wayland.h | |
parent | 0129ab140d63b096f15b3f46e420109f54fbdddb (diff) |
Rename window_wayland to wayland and window_x11 to x11
Diffstat (limited to 'include/window/window_wayland.h')
-rw-r--r-- | include/window/window_wayland.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/window/window_wayland.h b/include/window/window_wayland.h deleted file mode 100644 index 3535b0f..0000000 --- a/include/window/window_wayland.h +++ /dev/null @@ -1,8 +0,0 @@ -#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 */ |