~ubuntu-branches/debian/jessie/xserver-xorg-video-intel/jessie

« back to all changes in this revision

Viewing changes to src/sna/sna.h

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2012-06-12 20:30:51 UTC
  • mfrom: (26.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120612203051-mex5136iqfafp06b
Tags: 2:2.19.0-3
* Add patch to avoid X segfaults with Driver-less Device sections in
  xorg.conf (Closes: #677206):
  - 0003-Avoid-calling-xf86nameCompare-with-a-NULL-pointer.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
}
193
193
 
194
194
enum {
195
 
        OPTION_TILING_FB,
196
 
        OPTION_TILING_2D,
197
 
        OPTION_PREFER_OVERLAY,
198
 
        OPTION_COLOR_KEY,
199
 
        OPTION_VIDEO_KEY,
200
 
        OPTION_HOTPLUG,
201
 
        OPTION_THROTTLE,
202
 
        OPTION_RELAXED_FENCING,
203
 
        OPTION_VMAP,
204
 
        OPTION_ZAPHOD,
205
 
        OPTION_DELAYED_FLUSH,
206
 
        NUM_OPTIONS
207
 
};
208
 
 
209
 
enum {
210
195
        FLUSH_TIMER = 0,
211
196
        EXPIRE_TIMER,
212
197
        INACTIVE_TIMER,