projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
746e55f
)
seg fix
author
Marius Nita
<marius@cs.pdx.edu>
Wed, 6 Nov 2002 14:10:02 +0000
(14:10 +0000)
committer
Marius Nita
<marius@cs.pdx.edu>
Wed, 6 Nov 2002 14:10:02 +0000
(14:10 +0000)
otk/style.cc
patch
|
blob
|
history
diff --git
a/otk/style.cc
b/otk/style.cc
index 315f7878c96f08e5fc19cf8019643555b86a8b37..860edc14b988d94b082f17b6b112bd0d4c0895f1 100644
(file)
--- a/
otk/style.cc
+++ b/
otk/style.cc
@@
-10,17
+10,17
@@
namespace otk {
-Style::Style()
+Style::Style()
: font(NULL)
{
- fprintf(stderr, "new font class used");
}
-Style::Style(unsigned int screen) : screen_number(screen)
+Style::Style(unsigned int screen)
+ : font(NULL), screen_number(screen)
{
}
Style::Style(unsigned int screen, otk::BImageControl *ctrl)
- : image_control(ctrl), screen_number(screen)
+ : image_control(ctrl),
font(NULL),
screen_number(screen)
{
}