summaryrefslogtreecommitdiff
path: root/hw/xnest/XNCursor.h
AgeCommit message (Collapse)AuthorFilesLines
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-1/+2
This patch only changes the API, not the implementation of the devPrivates infrastructure. This will permit a new devPrivates implementation to be layed into the server without requiring simultaneous changes in every devPrivates user. Signed-off-by: Keith Packard <keithp@keithp.com> Tested-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-3/+3
Replaces the use of the screen pointer itself as the key, which was nice but won't work now that an array index is being stored.
2008-06-11xnest: wrap the xnest cursor sprite funcs around the mi funcs.Peter Hutterer1-1/+11
Modelled after the xfree86 code. Call miDCInitialize to init the SW rendering engine, then take the pointers, store it in a xnest-local variable, and put the xnest-specific sprite funcs in place. In the xnest sprite funcs, call through to the mi sprite funcs after doing xnest-specific stuff.
2008-06-08xnest: fix up sprite funcs to stop compiler warnings.Peter Hutterer1-5/+16
2007-08-30devPrivates rework: convert CursorRec and CursorBits over to new interface.Eamon Walsh1-3/+6
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-07-05fix compiler warning about xnestRecolorCursor() not being definedGreg Kroah-Hartman1-0/+1
2004-08-11Add COMPOSITE change to fbCopyWindow (not needed yet)Keith Packard1-7/+2
Xnest was half-using midispcur and doing a bad job of it. Replace all of that code with mipointer which does a lot of the work. Support DDXen which don't provide GetWindowPixmap, or which return NULL for the root pixmap.
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsEgbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksKaleb Keithley1-8/+10
2003-11-14Initial revisionKaleb Keithley1-0/+38