~ubuntu-branches/ubuntu/karmic/xserver-xorg-video-intel/karmic-proposed

« back to all changes in this revision

Viewing changes to src/i830_cursor.c

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2009-09-23 01:03:49 UTC
  • mfrom: (1.3.4 upstream) (1.2.9 sid)
  • mto: (1.5.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: james.westby@ubuntu.com-20090923010349-dyyejg48nm80lh8u
Tags: 2:2.8.99.902-1
* New upstream release candidate.
  + Fix crash on server regen, closes: #543326.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
                               HARDWARE_CURSOR_SWAP_SOURCE_AND_MASK |
120
120
                               HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
121
121
                               HARDWARE_CURSOR_SOURCE_MASK_INTERLEAVE_64 |
 
122
                               HARDWARE_CURSOR_UPDATE_UNHIDDEN |
122
123
                               HARDWARE_CURSOR_ARGB));
123
124
}
124
125