summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-28 15:57:56 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-28 15:57:56 +0000
commitab8117635b094ee55f6c2eef33e31b16df9033e0 (patch)
treeced244961157affbaef83f3ccd146b0f8ecec00f
parent1247cfd29b26aa9b204cb91d32a59dcca73c02f2 (diff)
OpenBSD customization: disable Xrender by default.
-rw-r--r--app/xclock/Clock.c2
-rw-r--r--app/xclock/Makefile.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/app/xclock/Clock.c b/app/xclock/Clock.c
index 14e38eb2e..bf83316cd 100644
--- a/app/xclock/Clock.c
+++ b/app/xclock/Clock.c
@@ -183,7 +183,7 @@ static XtResource resources[] = {
offset (backing_store), XtRString, "default"},
#ifdef XRENDER
{XtNrender, XtCBoolean, XtRBoolean, sizeof(Boolean),
- offset(render), XtRImmediate, (XtPointer) TRUE },
+ offset(render), XtRImmediate, (XtPointer) FALSE },
{XtNbuffer, XtCBoolean, XtRBoolean, sizeof(Boolean),
offset(buffer), XtRImmediate, (XtPointer) TRUE },
{XtNsharp, XtCBoolean, XtRBoolean, sizeof(Boolean),
diff --git a/app/xclock/Makefile.in b/app/xclock/Makefile.in
index 9832284c1..3e65c4ced 100644
--- a/app/xclock/Makefile.in
+++ b/app/xclock/Makefile.in
@@ -14,7 +14,6 @@
@SET_MAKE@
-# $Id: Makefile.in,v 1.3 2006/11/27 13:10:15 matthieu Exp $
#
# Copyright 2005 Red Hat, Inc.
#