summaryrefslogtreecommitdiff
path: root/mi/mipointer.h
AgeCommit message (Collapse)AuthorFilesLines
2007-03-25Static and dead code cleanup from mi/Adam Jackson1-15/+0
2006-10-25mi: remove mi motion historyDaniel Stone1-8/+0
This is now unneeded as we do motion history in the DIX.
2006-10-25miscellaneous warning fixesDaniel Stone1-0/+1
Use the correct type for time, and fix the mi prototype of EnqueueEvent.
2006-10-08mipointer: take device arguments, split miPointerAbsoluteCursorDaniel Stone1-3/+26
Update mipointer API to take a device argument to (almost) all functions, and split miPointerAbsoluteCursor into a couple of separate functions. Remove miPointerAbsoluteCursor call from mieq, as we now deal with it in GetPointerEvents. Make miPointerSetPosition (successor of miPointerAbsoluteCursor) take pointers to x and y, so it can return the clipped values. Modify callers of miPointer*() functions to generally use the new functions. This should fix things with multi-head setups.
2006-10-08mi/mipointer: deprecate functions which don't take a deviceDaniel Stone1-7/+26
Deprecate all mi pointer functions which don't take a device argument, and replace them with versions which do, in preparation for MPX.
2006-10-08mi/pointer: mark public pointer functions as deprecatedDaniel Stone1-8/+8
Deprecate miPointer functions which don't take a device pointer. Pointer movement should be handled through GetPointerEvents, and functions which take a device as an argument (e.g. miPointerPosition) will be added.
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-06-01Remove horrendously ugly DDX backward-compatibility.Daniel Stone1-10/+1
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-4/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
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-14XFree86 4.3.0.1Kaleb Keithley1-29/+69
2003-11-14R6.6 is the Xorg base-lineKaleb Keithley1-0/+122