diff options
author | marha <marha@users.sourceforge.net> | 2010-03-28 18:31:14 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-03-28 18:31:14 +0000 |
commit | e0fb25b6057c8531f855a9b24030b15619cc9f0b (patch) | |
tree | fb79e2d44a1b3790d714d0c96aa94d81c7d0ac92 /xorg-server/Xext/xf86bigfont.c | |
parent | bd81af89b3080963ed75ae17f48b1d7457350cda (diff) | |
download | vcxsrv-e0fb25b6057c8531f855a9b24030b15619cc9f0b.tar.gz vcxsrv-e0fb25b6057c8531f855a9b24030b15619cc9f0b.tar.bz2 vcxsrv-e0fb25b6057c8531f855a9b24030b15619cc9f0b.zip |
xserver git update 28-3-2010
Diffstat (limited to 'xorg-server/Xext/xf86bigfont.c')
-rw-r--r-- | xorg-server/Xext/xf86bigfont.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg-server/Xext/xf86bigfont.c b/xorg-server/Xext/xf86bigfont.c index ba8b60358..a4eb3f659 100644 --- a/xorg-server/Xext/xf86bigfont.c +++ b/xorg-server/Xext/xf86bigfont.c @@ -74,6 +74,7 @@ #include "protocol-versions.h" #include <X11/extensions/xf86bigfproto.h> +#include "xf86bigfontsrv.h" static void XF86BigfontResetProc( ExtensionEntry * /* extEntry */ @@ -143,7 +144,7 @@ CheckForShmSyscall(void) #endif void -XFree86BigfontExtensionInit() +XFree86BigfontExtensionInit(void) { if (AddExtension(XF86BIGFONTNAME, XF86BigfontNumberEvents, @@ -302,7 +303,7 @@ XF86BigfontFreeFontShm( /* Called upon fatal signal. */ void -XF86BigfontCleanup() +XF86BigfontCleanup(void) { #ifdef HAS_SHM while (ShmList) |