all repos — openbox @ 25b85266038c2e9d240a19a0b17c00c77fbf7fcb

openbox fork - make it a bit more like ryudo

font use the same ifdefs as label.hh
Dana Jansens danakj@orodu.net
commit

25b85266038c2e9d240a19a0b17c00c77fbf7fcb

parent

1eb12ca4ad83229b0c65819a4562bb489ab74163

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M otk/focuslabel.hhotk/focuslabel.hh

@@ -1,6 +1,6 @@

// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- -#ifndef __label_hh -#define __label_hh +#ifndef __focuslabel_hh +#define __focuslabel_hh #include "focuswidget.hh"

@@ -27,4 +27,4 @@ };

} -#endif +#endif // __focuslabel_hh