X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.cpp;h=61e2aedf743002c3784bebb63bc21a784f937efe;hb=6800acad34e7b16d07da9d2dc7f2ecb93ee24b23;hp=f7ec8e8b8db32fcd4890c93b56b583e28d046e4c;hpb=1e48aaaa8518860bc63d02feca5d556b49c919ed;p=nageru diff --git a/theme.cpp b/theme.cpp index f7ec8e8..61e2aed 100644 --- a/theme.cpp +++ b/theme.cpp @@ -22,15 +22,13 @@ #include #include +#include "defs.h" #include "image_input.h" namespace movit { class ResourcePool; } // namespace movit -#define WIDTH 1280 // FIXME -#define HEIGHT 720 // FIXME - using namespace std; using namespace movit;