moved definition of B_FIRST_REAL_TIME_PRIORITY to HaikuBuildCompatibility.h

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18467 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-08-09 09:53:10 +00:00
parent 8680d4fcfb
commit 5f3c583050
3 changed files with 3 additions and 7 deletions

View File

@ -27,6 +27,9 @@ typedef unsigned long haiku_build_addr_t;
# define B_CURRENT_TEAM 0
#endif
#ifndef B_FIRST_REAL_TIME_PRIORITY
# define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
#endif
#ifdef __cplusplus
extern "C" {

View File

@ -57,9 +57,6 @@ FILE *EasyPenInputDevice::sLogFile = NULL;
#define CALLED() LOG("%s\n", __PRETTY_FUNCTION__)
#ifndef B_FIRST_REAL_TIME_PRIORITY
# define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
#endif
const static uint32 kTabletThreadPriority = B_FIRST_REAL_TIME_PRIORITY + 4;
struct tablet_device {

View File

@ -35,10 +35,6 @@ FILE *MouseInputDevice::sLogFile = NULL;
#define CALLED() LOG("%s\n", __PRETTY_FUNCTION__)
#ifndef B_FIRST_REAL_TIME_PRIORITY
# define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
#endif
const static uint32 kMouseThreadPriority = B_FIRST_REAL_TIME_PRIORITY + 4;
const static char *kMouseDevicesDirectory = "/dev/input/mouse";