pkgsrc/x11/bbapm/patches/patch-ag
jschauma 3cd989bc63 Initial import of x11/bbapm into pkgsrc.
bapm is an APM meter for Blackbox, which shows the battery status of your
laptop in a decorated window, simulating the look of the Blackbox toolbar.
bbapm is based on bbsload.
This package is based on the FreeBSD port and the OpenBSD patches posted
to http://bbtools.windsofstorm.net written by Michael Henson
(mike at axl dot net).  Various changes by yours truly.
2002-09-07 20:22:52 +00:00

14 lines
312 B
Text

$NetBSD: patch-ag,v 1.1.1.1 2002/09/07 20:22:53 jschauma Exp $
--- resource.cc.orig Sat Sep 7 13:22:49 2002
+++ resource.cc Sat Sep 7 13:23:26 2002
@@ -28,6 +28,9 @@
Resource::Resource(ToolWindow * toolwindow):
BaseResource(toolwindow)
{
+ frame.font = NULL;
+ label.font = NULL;
+
Load();
}