summaryrefslogtreecommitdiff
path: root/x11-wm/fluxbox/files/patch-src::Screen.cc
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-11-24 22:07:56 +0000
committerPatrick Li <pat@FreeBSD.org>2002-11-24 22:07:56 +0000
commit5014ef45c390eeff88fd16ec608ddf7a39694e3e (patch)
tree9d539fb22c76b7a8439b10f80ea5159dc7229f3b /x11-wm/fluxbox/files/patch-src::Screen.cc
parentAdd knight, A KDE chess interface (gnuchess/crafty) (diff)
- Add back knob for unofficial remember patch
- Add Xft patch - bump PORTREVISION PR: ports/45685 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=71043
Diffstat (limited to '')
-rw-r--r--x11-wm/fluxbox/files/patch-src::Screen.cc19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/files/patch-src::Screen.cc b/x11-wm/fluxbox/files/patch-src::Screen.cc
new file mode 100644
index 000000000000..d0b73e2c6c6b
--- /dev/null
+++ b/x11-wm/fluxbox/files/patch-src::Screen.cc
@@ -0,0 +1,19 @@
+--- src/Screen.cc.orig Sun Nov 17 12:27:50 2002
++++ src/Screen.cc Sun Nov 24 18:23:28 2002
+@@ -284,7 +284,7 @@
+ image_control->setDither(*resource.image_dither);
+ theme = new Theme(getBaseDisplay()->getXDisplay(), getRootWindow(), colormap(), getScreenNumber(),
+ image_control, fluxbox->getStyleFilename(), getRootCommand().c_str());
+-
++ theme->reconfigure(*resource.antialias);
+
+ const char *s = i18n->getMessage(
+ FBNLS::ScreenSet, FBNLS::ScreenPositionLength,
+@@ -447,7 +447,6 @@
+
+ XFree(children);
+ XFlush(getBaseDisplay()->getXDisplay());
+- theme->reconfigure(*resource.antialias);
+ }
+
+ namespace {