Skip to content

Commit

Permalink
gg: make C.Display public
Browse files Browse the repository at this point in the history
  • Loading branch information
islonely committed Dec 31, 2024
1 parent f4b7c38 commit 947180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/gg/gg.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import sokol.sapp
import sokol.sgl
import sokol.gfx

struct C.Display {}
pub struct C.Display {}

fn C.XOpenDisplay(int) &C.Display
fn C.DefaultScreen(&C.Display) int
Expand Down

0 comments on commit 947180a

Please sign in to comment.