Go to file
Maarten Maathuis aedd2f566d randr/xfree86: Fix a one off error in the panning calculations.
- Example: mode 1280x1024, panned area 1281x1024
           panned_area.x2 = 1281
           mode.width = 1280
  If you substract 1280 from 1281, then that leaves you with one.
  Which is the one pixel that you need to move to actually see the last pixel collumn.
  Substracting 1 from this will consistently prevent you from seeing the right and bottom edge.
2008-12-19 19:10:23 +01:00
composite Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
config Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00
damageext Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
dbe Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
dix dix: Allocate the space for the DCCE when the last SD is removed. 2008-12-18 09:58:42 +10:00
doc Document zap/-retro interaction more. 2008-10-07 20:40:15 -04:00
exa Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
fb Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00
glx Ensure symbols required by swrast_dri.so are visible. 2008-12-17 02:04:12 -02:00
hw randr/xfree86: Fix a one off error in the panning calculations. 2008-12-19 19:10:23 +01:00
include Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
mi mi: Reuse memory in mieqProcessInputEvents rather than making excessive calls to calloc() 2008-12-15 03:20:17 -08:00
miext Add dependency tracking to sdksyms.c and export composite wrapper. 2008-12-10 00:36:41 -02:00
os Don't log audit messages when -audit 0 specified 2008-12-17 09:49:39 +02:00
randr randr: Consider panned crtc's when calculating xinerama screen sizes. 2008-12-19 18:59:27 +01:00
record Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
render Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
Xext xv: remove useless XVCALL macro 2008-12-19 10:27:37 -05:00
xfixes Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
Xi dix: don't alloc in ChangeMasterDeviceClasses. 2008-12-12 11:43:32 +10:00
xkb Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
.gitignore Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00
acinclude.m4 dolt: allow older versions of bash to compile the xserver (#19031) 2008-12-12 04:54:34 -05:00
autogen.sh autogen.sh: Pass --force to autoreconf 2008-07-22 16:55:26 +03:00
configure.ac Cygwin/X: build machinery fixes 2008-12-16 16:28:01 +00:00
COPYING Revert "Update COPYING for SHA1 code" 2008-09-23 09:21:37 -07:00
cpprules.in For MANDEFS, also replace __mandir__ for $(mandir) which includes 2006-12-08 15:51:44 -06:00
Makefile.am Require macros 1.2.0 or newer for XORG_CHANGELOG and XORG_CWARNFLAGS. 2008-12-07 18:52:23 -02:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Enable compiling the X Server and modules with hidden symbols by default. 2008-11-28 02:01:57 -02:00