From ddaedab835fa7ea3457f21a772d636921defdc46 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 12 Dec 2008 14:02:27 +0100 Subject: version 0.7.2 --- lib/base/x11/xi.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/base/x11/xi.nim') diff --git a/lib/base/x11/xi.nim b/lib/base/x11/xi.nim index 194b0eff4..d1b9f7846 100644 --- a/lib/base/x11/xi.nim +++ b/lib/base/x11/xi.nim @@ -219,7 +219,7 @@ const DvLed* = int(1) shl 4 DvLedMode* = int(1) shl 5 DvKey* = int(1) shl 6 - DvAutoRepeatMode* = int(1) shl 7 + DvAutoRepeatMode* = 1 shl 7 const DvString* = int(1) shl 0 -- cgit 1.4.1-2-gfad0 form method='get'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/083scenario_screen_test.mu
blob: b4ac6e5e8f01ed5acb0f78dfc032ea448514130a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47