mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
C fn definitions on Linux
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
struct C.Display
|
||||
struct C.Atom
|
||||
struct C.Window
|
||||
fn C.XFree()
|
||||
fn C.XInitThreads() int
|
||||
fn C.XCloseDisplay(d &Display)
|
||||
fn C.XFlush(d &Display)
|
||||
|
||||
Reference in New Issue
Block a user