X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fstyle.cc;h=aa8213007d93f390a627c089b2858ed562f7cc5f;hb=73f6bb1a7b6bb5f8b9cf22587722d713a1f15b59;hp=d98c926b5a21e8d23070382c62a44085f49fafaa;hpb=196996230c7a3ac409c317a8a3be3970917bdd9a;p=chaz%2Fopenbox diff --git a/otk/style.cc b/otk/style.cc index d98c926b..aa821300 100644 --- 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) { }