mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-04 22:10:42 +09:00
Refactor windowing from egl to window_x11/window_wayland, yolo
This commit is contained in:
8
include/window/window_wayland.h
Normal file
8
include/window/window_wayland.h
Normal 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 */
|
||||
Reference in New Issue
Block a user