Module Name: xsrc
Committed By: jakllsch
Date: Tue May 24 21:52:04 UTC 2011
Modified Files:
xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha: alpha.h
Log Message:
Add prototype for alphaCloseScreen().
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alpha.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alpha.h
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alpha.h:1.1 xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alpha.h:1.2
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alpha.h:1.1 Sun Jan 18 04:13:22 2004
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alpha.h Tue May 24 21:52:04 2011
@@ -268,6 +268,13 @@
#endif
);
+extern Bool alphaCloseScreen(
+#if NeedFunctionPrototypes
+ int /* i */,
+ ScreenPtr /* pScreen */
+#endif
+);
+
extern pointer alphaMemoryMap(
#if NeedFunctionPrototypes
size_t /* len */,