Remote driver for the Xorg X server.
Go to file
Aaron Plattner 5e90221dc6 DUMMYGetRec: Fix misleading indentation
GCC's -Wmisleading-indentation complains about this

  dummy_driver.c: In function ‘DUMMYGetRec’:
  dummy_driver.c:181:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
       if (pScrn->driverPrivate == NULL)
       ^~
  dummy_driver.c:183:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
           return TRUE;
           ^~~~~~

Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2017-08-05 17:12:41 -07:00
src DUMMYGetRec: Fix misleading indentation 2017-08-05 17:12:41 -07:00
.gitignore .gitignore: use common defaults with custom section # 24239 2009-11-19 11:28:42 -05:00
COPYING COPYING: replace stub file with actual Copyright notice 2010-06-12 15:39:03 -04:00
Makefile.am Don't try to make an INSTALL file 2009-12-01 10:36:35 -05:00
README Add README with pointers to mailing list, bugzilla & git repos 2009-01-30 20:38:25 -08:00
autogen.sh autogen: add default patch prefix 2017-01-26 14:00:22 +10:00
configure.ac Remove DGA support 2017-08-05 16:46:24 -07:00

README

xf86-video-dummy - virtual/offscreen frame buffer driver for the Xorg X server

Please submit bugs & patches to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/driver/xf86-video-dummy

        http://cgit.freedesktop.org/xorg/driver/xf86-video-dummy

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage