about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index eaf773d..5908ed9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,8 +8,8 @@ static const char normfgcolor[]     = "#000000";
 static const char selbordercolor[]  = "#0066ff";
 static const char selbgcolor[]      = "#0066ff";
 static const char selfgcolor[]      = "#ffffff";
-static uint borderpx                = 1;        /* border pixel of windows */
-static uint snap                    = 32;       /* snap pixel */
+static unsigned int borderpx        = 1;        /* border pixel of windows */
+static unsigned int snap            = 32;       /* snap pixel */
 static Bool showbar                 = True;     /* False means no bar */
 static Bool topbar                  = True;     /* False means bottom bar */
 
2015-11-18 22:03:43 -0800 2460 - headers for remaining recipes' href='/akkartik/mu/commit/076stream.mu?h=hlt&id=104854ca941be75b187ed49f94e96e06113d0fb5'>104854ca ^
4f3510d0 ^
748b6865 ^

8fb0e672 ^

760f683f ^
77d5b5d6 ^
104854ca ^
748b6865 ^
8fb0e672 ^

760f683f ^
9acf5c0f ^

4f3510d0 ^
7a84094a ^
a0331a9b ^
7a84094a ^
51b0936f ^
4f3510d0 ^

760f683f ^
4f3510d0 ^

9acf5c0f ^




760f683f ^
050a93ac ^

51b0936f ^
7a84094a ^
a0331a9b ^
7a84094a ^
51b0936f ^
4f3510d0 ^

760f683f ^
4f3510d0 ^

050a93ac ^


760f683f ^
77d5b5d6 ^
104854ca ^
7a84094a ^
ea19d0dc ^
7a84094a ^
748b6865 ^



8fb0e672 ^

760f683f ^
77d5b5d6 ^
104854ca ^
7a84094a ^
a0331a9b ^
7a84094a ^
104854ca ^
8fb0e672 ^
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74