diff options
author | Araq <rumpf_a@web.de> | 2012-07-15 10:39:21 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-15 10:39:21 +0200 |
commit | 089e7db08a8088ac6ed885fbdb4ee215033bbbf3 (patch) | |
tree | f7e6fdb243d14205636aee0855b2a42e645d9ae9 /lib/wrappers/x11/x.nim | |
parent | 1279bd285507524d32bc7bfe6c2d4c706d1157a9 (diff) | |
download | Nim-089e7db08a8088ac6ed885fbdb4ee215033bbbf3.tar.gz |
x11 wrapper uses system's types
Diffstat (limited to 'lib/wrappers/x11/x.nim')
-rwxr-xr-x | lib/wrappers/x11/x.nim | 2 |
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 |