diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-09 09:51:28 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-09 09:51:28 -0700 |
commit | 96c19a3ec1b7e43782d373b8015fa0ca24cb4f5b (patch) | |
tree | 83245845b36fc8a7eac81882ce77153370f0f670 /hw | |
parent | 576e6fb1124a47493371210adf99d6f2076e72c5 (diff) |
put function prototype for ShapeExtensionInit() in proper place
based on FIXME in mi/miinitext.c
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/dixmods/extmod/modinit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/dixmods/extmod/modinit.h b/hw/xfree86/dixmods/extmod/modinit.h index 3e185e460..4f7a23e3a 100644 --- a/hw/xfree86/dixmods/extmod/modinit.h +++ b/hw/xfree86/dixmods/extmod/modinit.h @@ -10,7 +10,6 @@ #endif #ifdef SHAPE -extern void ShapeExtensionInit(INITARGS); #define _SHAPE_SERVER_ /* don't want Xlib structures */ #include <X11/extensions/shapestr.h> #endif |