freebsd-ports/x11/bbappconf/files/patch-resouce.cc
Pav Lucistnik b7ad3af71f Add bbappconf, an utility that makes it possible to set some options
for the windows blackbox opens, like:

    * on which desktop they should open
    * if it should be displayed without titlebar
    * if it should be sticky
    * position size of windows

PR:		ports/69613
Submitted by:	Gerrit Beine <tux@pinguru.net>
2004-07-28 21:17:49 +00:00

10 lines
246 B
C++

--- resource.cc.orig Tue Oct 15 21:10:51 2002
+++ resource.cc Mon Jul 26 11:36:10 2004
@@ -23,6 +23,7 @@
#include "blackboxstyle.hh"
Resource::Resource(ToolWindow *toolwindow): BaseResource(toolwindow) {
+ frame.font = NULL;
Load();
}