This website requires JavaScript.
Explore
Help
Sign in
alex
/
baseview
Watch
1
Star
0
Fork
You've already forked baseview
0
Code
Activity
23a43c4cdd
baseview
/
src
/
x11
/
mod.rs
7 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
OpenGL surface for X11/XCB
2020-05-31 14:29:32 -04:00
mod
xcb_connection
;
use
xcb_connection
::
XcbConnection
;
Add compiler arguments for choosing between OpenGL or wgpu. Add Receiver and Message types.
2020-09-02 16:22:49 -05:00
mod
window
;
pub
use
window
::
*
;
refactor x11 cursor changing code into x11/cursor.rs
2020-09-13 19:01:18 -05:00
mod
cursor
;
Copy permalink