diff options
Diffstat (limited to 'xorg-server/include/extinit.h')
-rw-r--r-- | xorg-server/include/extinit.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/xorg-server/include/extinit.h b/xorg-server/include/extinit.h index 8e47beb48..a048b7254 100644 --- a/xorg-server/include/extinit.h +++ b/xorg-server/include/extinit.h @@ -33,15 +33,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "extnsionst.h" extern void -XInputExtensionInit( - void - ); + XInputExtensionInit(void + ); extern _X_EXPORT void -AssignTypeAndName ( - DeviceIntPtr /* dev */, - Atom /* type */, - const char * /* name */ - ); + AssignTypeAndName(DeviceIntPtr /* dev */ , + Atom /* type */ , + const char * /* name */ + ); -#endif /* EXTINIT_H */ +#endif /* EXTINIT_H */ |