7 lines
181 B
C
7 lines
181 B
C
![]() |
#pragma once
|
||
|
|
||
|
extern void* x11_glc;
|
||
|
extern void input_x11_init();
|
||
|
extern void input_x11_handle();
|
||
|
extern void x11_window_create();
|
||
|
extern void x11_window_set_text(const char* text);
|