summary refs log tree commit diff stats
path: root/lib/wrappers/x11
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-02-02 23:20:21 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-02-02 23:20:21 +0100
commite62ef0ff60f05b1daede1033fc0204d19316b48c (patch)
tree92310f64073864a99ca28a7581aae60721a88547 /lib/wrappers/x11
parentbdcf1ec1f78b63fa4d04e1a4599f62cc7281ed38 (diff)
downloadNim-e62ef0ff60f05b1daede1033fc0204d19316b48c.tar.gz
bugfix: rendering of case statements has been broken recently; remaining idents with wrong underscores in the wrappers
Diffstat (limited to 'lib/wrappers/x11')
-rwxr-xr-xlib/wrappers/x11/xrandr.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wrappers/x11/xrandr.nim b/lib/wrappers/x11/xrandr.nim
index ebc656260..ee6f1705b 100755
--- a/lib/wrappers/x11/xrandr.nim
+++ b/lib/wrappers/x11/xrandr.nim
@@ -98,7 +98,7 @@ type
     mwidth*, mheight*: cint
 
   TXRRScreenChangeNotifyEvent*{.final.} = object  # internal representation is private to the library 
-    type_*: cint              # event base 
+    typ*: cint                # event base 
     serial*: culong           # # of last request processed by server 
     send_event*: TBool        # true if this came from a SendEvent request 
     display*: PDisplay        # Display the event was read from