1
0
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:
Alexander Medvednikov
2019-11-22 19:00:56 +03:00
parent e9e931fe4a
commit f4fe90ea6d
4 changed files with 14 additions and 3 deletions

View File

@@ -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)