Module Name:    xsrc
Committed By:   christos
Date:           Mon May 23 19:58:56 UTC 2011

Modified Files:
        xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc: wscons.h

Log Message:
more prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc/wscons.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/arm32vidc/wscons.h
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc/wscons.h:1.1 xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc/wscons.h:1.2
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc/wscons.h:1.1	Thu May 19 21:22:37 2011
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/arm32vidc/wscons.h	Mon May 23 15:58:56 2011
@@ -1,5 +1,14 @@
 void wsdisplay_write_palette(int, int, int, int);
 void wsmouse_io(void);
-int wsmouse_init(void);
+void wskbd_io(void);
+
+void wscons_bell(int, DeviceIntPtr, pointer, int);
+
 int wskbd_init(void);
+int wsmouse_init(void);
+int wsdisplay_init(ScreenPtr, int, char **);
+
 void wsdisplay_shutdown(void);
+
+void wsdisplay_closedown(void);
+void wskbd_closedown(void);

Reply via email to