~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to include/dixstruct.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
#define SMART_MAX_PRIORITY  (20)
137
137
#define SMART_MIN_PRIORITY  (-20)
138
138
 
139
 
extern _X_EXPORT Bool SmartScheduleInit(void);
 
139
extern _X_EXPORT void SmartScheduleInit(void);
140
140
 
141
141
 
142
142
/* This prototype is used pervasively in Xext, dix */