summaryrefslogtreecommitdiffstats
path: root/hacks/glx/tangram.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/tangram.c')
-rw-r--r--hacks/glx/tangram.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/hacks/glx/tangram.c b/hacks/glx/tangram.c
index c90d611..c7e3657 100644
--- a/hacks/glx/tangram.c
+++ b/hacks/glx/tangram.c
@@ -16,15 +16,13 @@
*/
-#define DEFAULTS "*delay: 10000 \n" \
- "*wireframe: False \n" \
- "*titleFont: -*-helvetica-medium-r-normal-*-*-180-*-*-*-*-*-*\n" \
- "*titleFont2: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-*-*\n" \
- "*titleFont3: -*-helvetica-medium-r-normal-*-*-80-*-*-*-*-*-*\n" \
+#define DEFAULTS "*delay: 10000 \n" \
+ "*wireframe: False \n" \
+ "*titleFont: sans-serif 18\n" \
+ "*titleFont2: sans-serif 12\n" \
+ "*titleFont3: sans-serif 8\n" \
# define release_tangram 0
-#undef countof
-#define countof(x) (sizeof((x))/sizeof((*x)))
#include "xlockmore.h"