all repos — openbox @ 8d397c0d8b73c1914522c947fcdce49aae52b28b

openbox fork - make it a bit more like ryudo

update headers to whats required
Dana Jansens danakj@orodu.net
commit

8d397c0d8b73c1914522c947fcdce49aae52b28b

parent

d7848facac926b81a40f7ae39c465843a79bb414

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M otk/Makefile.amotk/Makefile.am

@@ -26,7 +26,7 @@ configuration.o: configuration.cc configuration.hh util.hh

focuswidget.o: focuswidget.cc focuswidget.hh widget.hh rect.hh \ point.hh texture.hh color.hh util.hh style.hh font.hh image.hh \ screeninfo.hh timer.hh configuration.hh -font.o: font.cc font.hh util.hh gccache.hh display.hh color.hh \ +font.o: font.cc font.hh util.hh display.hh display.hh color.hh \ screeninfo.hh rect.hh point.hh gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \ screeninfo.hh rect.hh point.hh
M otk/font.ccotk/font.cc

@@ -19,7 +19,7 @@ using std::endl;

#include "font.hh" #include "util.hh" -#include "gccache.hh" +#include "display.hh" #include "color.hh" #include "screeninfo.hh"