b7ad3af71f
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>
10 lines
246 B
C++
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();
|
|
}
|
|
|