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