summary refs log tree commit diff stats
path: root/lib/wrappers/x11/xrender.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wrappers/x11/xrender.nim')
-rwxr-xr-xlib/wrappers/x11/xrender.nim2
1 files changed, 1 insertions, 1 deletions
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