Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-05 | Change the devPrivates API to require dixRegisterPrivateKey | Keith Packard | 1 | -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-27 | Add an array of integers for use as per-screen cursor private keys. | Eamon Walsh | 1 | -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-11 | xnest: wrap the xnest cursor sprite funcs around the mi funcs. | Peter Hutterer | 1 | -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-08 | xnest: fix up sprite funcs to stop compiler warnings. | Peter Hutterer | 1 | -5/+16 | |
2007-08-30 | devPrivates rework: convert CursorRec and CursorBits over to new interface. | Eamon Walsh | 1 | -3/+6 | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -2/+0 | |
2006-07-05 | fix compiler warning about xnestRecolorCursor() not being defined | Greg Kroah-Hartman | 1 | -0/+1 | |
2004-08-11 | Add COMPOSITE change to fbCopyWindow (not needed yet) | Keith Packard | 1 | -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-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 1 | -1/+1 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | readding XFree86's cvs IDs | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks | Kaleb Keithley | 1 | -8/+10 | |
2003-11-14 | Initial revision | Kaleb Keithley | 1 | -0/+38 | |