Files
gpu-screen-recorder/include/window/wayland.h
2025-12-28 13:55:10 -08:00

9 lines
160 B
C

#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 */