From ed8d1696ca8f0407cb7e6b91cc8d410dede5ccdc Mon Sep 17 00:00:00 2001 From: sandman Date: Thu, 27 Jun 2002 01:39:00 +0000 Subject: Including kernel headers in user space apps is bad .. just copy the defines (There were problems with some toolchain configurations) --- diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index 87a9739..76d62ef 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -48,7 +48,18 @@ #include #include #include -#include + + +//#include better not rely on kernel headers in userspace ... + +/* VESA Blanking Levels */ +#define VESA_NO_BLANKING 0 +#define VESA_VSYNC_SUSPEND 1 +#define VESA_HSYNC_SUSPEND 2 +#define VESA_POWERDOWN 3 + +#define FBIOBLANK 0x4611 + #include #include "qpeapplication.h" -- cgit v0.9.0.2