flycast/core/linux-dist/x11.h

9 lines
214 B
C

#pragma once
extern void* x11_glc;
extern void input_x11_init();
extern void event_x11_handle();
extern void input_x11_handle();
extern void x11_window_create();
extern void x11_window_set_text(const char* text);