Skip to content

Commit 8934b4c

Browse files
authored
Merge pull request #5 from fox0430/devel
v0.0.2
2 parents 4a9ea0a + 41514c2 commit 8934b4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nimWM.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.0.1"
3+
version = "0.0.2"
44
author = "fox0430"
55
description = "simple window manager"
66
license = "MIT"

src/nimwm.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import xlib, x
1+
import x11/xlib, x11/x
22
converter toCint(x: TKeyCode): cint = x.cint
33
converter int32toCUint(x: int32): cuint = x.cuint
44
converter toTBool(x: bool): TBool = x.TBool

0 commit comments

Comments
 (0)