summary refs log tree commit diff stats
path: root/lib/wrappers/x11
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-01-17 22:19:10 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-01-17 22:19:10 +0100
commit8259d9d15aa34dbbd84bb19150ab16a27378dd88 (patch)
tree585fa5a6e030824a4122ad7597fb81e47351c388 /lib/wrappers/x11
parent5c33646e8312b7669b4829156bbf44875d22c7cd (diff)
downloadNim-8259d9d15aa34dbbd84bb19150ab16a27378dd88.tar.gz
wrappers do not contain invalid identifiers
Diffstat (limited to 'lib/wrappers/x11')
-rwxr-xr-xlib/wrappers/x11/xlib.nim6
-rwxr-xr-xlib/wrappers/x11/xrender.nim2
-rwxr-xr-xlib/wrappers/x11/xutil.nim2
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/wrappers/x11/xlib.nim b/lib/wrappers/x11/xlib.nim
index 84f9bbfc5..19ebda9e0 100755
--- a/lib/wrappers/x11/xlib.nim
+++ b/lib/wrappers/x11/xlib.nim
@@ -68,7 +68,7 @@ type
 
   PXGCValues* = ptr TXGCValues
   TXGCValues*{.final.} = object 
-    function_*: cint
+    function*: cint
     plane_mask*: culong
     foreground*: culong
     background*: culong
@@ -651,7 +651,7 @@ type
     requestor*: TWindow
     selection*: TAtom
     target*: TAtom
-    property_*: TAtom
+    property*: TAtom
     time*: TTime
 
   PXSelectionEvent* = ptr TXSelectionEvent
@@ -663,7 +663,7 @@ type
     requestor*: TWindow
     selection*: TAtom
     target*: TAtom
-    property_*: TAtom
+    property*: TAtom
     time*: TTime
 
   PXColormapEvent* = ptr TXColormapEvent
diff --git a/lib/wrappers/x11/xrender.nim b/lib/wrappers/x11/xrender.nim
index c4f817607..7b85fc9a7 100755
--- a/lib/wrappers/x11/xrender.nim
+++ b/lib/wrappers/x11/xrender.nim
@@ -163,7 +163,7 @@ type
 
   PXRenderPictureAttributes* = ptr TXRenderPictureAttributes
   TXRenderPictureAttributes*{.final.} = object 
-    repeat_*: TBool
+    repeat*: TBool
     alpha_map*: TPicture
     alpha_x_origin*: int32
     alpha_y_origin*: int32
diff --git a/lib/wrappers/x11/xutil.nim b/lib/wrappers/x11/xutil.nim
index 6cea7fba3..563702123 100755
--- a/lib/wrappers/x11/xutil.nim
+++ b/lib/wrappers/x11/xutil.nim
@@ -146,7 +146,7 @@ type
     visualid*: TVisualID
     screen*: cint
     depth*: cint
-    class_*: cint
+    class*: cint
     red_mask*: culong
     green_mask*: culong
     blue_mask*: culong