diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2006-12-19 10:31:40 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2006-12-19 10:31:40 +1030 |
commit | 2d0a63126b3d3a17005b7e122617ee0c5f44a55b (patch) | |
tree | 0b0fd193f19186e0e31d73f64b677a32bead44dc /dix/cursor.c | |
parent | d8b5394eda9d92b7193004931caa6c24a337b2e6 (diff) | |
parent | 1b029fd896b76096905c516925ce0214fe14632c (diff) |
Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver
Diffstat (limited to 'dix/cursor.c')
-rw-r--r-- | dix/cursor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dix/cursor.c b/dix/cursor.c index 090ad5eaa..f4e332f66 100644 --- a/dix/cursor.c +++ b/dix/cursor.c @@ -302,9 +302,9 @@ AllocGlyphCursor(Font source, unsigned sourceChar, Font mask, unsigned maskChar, DeviceIntPtr pDev; sourcefont = (FontPtr) SecurityLookupIDByType(client, source, RT_FONT, - SecurityReadAccess); + DixReadAccess); maskfont = (FontPtr) SecurityLookupIDByType(client, mask, RT_FONT, - SecurityReadAccess); + DixReadAccess); if (!sourcefont) { |