summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-08-04 16:12:59 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2010-09-10 21:49:29 +0300
commit7d8cabd027cfc55e9921307e5b3dd7052de8496f (patch)
tree6ace6a14cf30886f6cae508dba3cbfefa6c15893 /include
parentd9c18c3b9badf38d499e3f53291bd23fda3c4340 (diff)
os: simplify smart scheduler init process
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/dixstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h
index efa2577f8..8547b16ce 100644
--- a/include/dixstruct.h
+++ b/include/dixstruct.h
@@ -136,7 +136,7 @@ extern _X_EXPORT void SmartScheduleStopTimer(void);
#define SMART_MAX_PRIORITY (20)
#define SMART_MIN_PRIORITY (-20)
-extern _X_EXPORT Bool SmartScheduleInit(void);
+extern _X_EXPORT void SmartScheduleInit(void);
/* This prototype is used pervasively in Xext, dix */