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:
1969962
)
s/NULL/0/
author
Dana Jansens
<danakj@orodu.net>
Wed, 6 Nov 2002 18:26:39 +0000
(18:26 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 6 Nov 2002 18:26:39 +0000
(18:26 +0000)
otk/style.cc
patch
|
blob
|
history
diff --git
a/otk/style.cc
b/otk/style.cc
index d98c926b5a21e8d23070382c62a44085f49fafaa..aa8213007d93f390a627c089b2858ed562f7cc5f 100644
(file)
--- a/
otk/style.cc
+++ b/
otk/style.cc
@@
-15,12
+15,12
@@
Style::Style() : font(NULL)
}
Style::Style(unsigned int screen)
- : font(
NULL
), screen_number(screen)
+ : font(
0
), screen_number(screen)
{
}
Style::Style(unsigned int screen, BImageControl *ctrl)
- : image_control(ctrl), font(
NULL
), screen_number(screen)
+ : image_control(ctrl), font(
0
), screen_number(screen)
{
}