xserver/hw/xfree86/dri
Tomas Carnecky 5079db78ae Replace INITARGS with void
INITARGS was a hardcoded define to void.  Since knowing the function
signature for your extensions is kinda useful, just replace it with a
hardcoded void, but leave the define there for API compatibility.

Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-07-09 23:06:41 -07:00
..
Makefile.am Add pixman to module dependencies for pixman_region_* functions 2012-07-02 11:08:57 -07:00
dri.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
dri.h api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
drimodule.c Replace INITARGS with void 2012-07-09 23:06:41 -07:00
dristruct.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
sarea.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xf86dri.c Use C99 designated initializers in xf86 extension Replies 2012-07-09 22:52:30 -07:00