summary refs log tree commit diff stats
path: root/lib/wrappers/x11/x.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-15 10:39:21 +0200
committerAraq <rumpf_a@web.de>2012-07-15 10:39:21 +0200
commit089e7db08a8088ac6ed885fbdb4ee215033bbbf3 (patch)
treef7e6fdb243d14205636aee0855b2a42e645d9ae9 /lib/wrappers/x11/x.nim
parent1279bd285507524d32bc7bfe6c2d4c706d1157a9 (diff)
downloadNim-089e7db08a8088ac6ed885fbdb4ee215033bbbf3.tar.gz
x11 wrapper uses system's types
Diffstat (limited to 'lib/wrappers/x11/x.nim')
-rwxr-xr-xlib/wrappers/x11/x.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/wrappers/x11/x.nim b/lib/wrappers/x11/x.nim
index aa6e7f821..5763f9f16 100755
--- a/lib/wrappers/x11/x.nim
+++ b/lib/wrappers/x11/x.nim
@@ -16,8 +16,6 @@ const
   X_PROTOCOL_REVISION* = 0
 
 type
-  culong* = int
-  cuchar* = char
   PXID* = ptr TXID
   TXID* = culong
   PMask* = ptr TMask