summaryrefslogtreecommitdiff
path: root/src/XIint.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-03-31 14:50:24 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-03-31 14:50:24 +0000
commitf50ac4deec13dfd070715f636887e12f6301070f (patch)
treebe5857de4d38d644938ad796fcfaab2c37b9f99f /src/XIint.h
parent6b055729fd0f89eedd2bf00befd8e42804f12b4a (diff)
Mass reindent. Sorry.XORG-7_0_99_901
Diffstat (limited to 'src/XIint.h')
-rw-r--r--src/XIint.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/XIint.h b/src/XIint.h
index fdca57d..ba965a6 100644
--- a/src/XIint.h
+++ b/src/XIint.h
@@ -8,18 +8,10 @@
#ifndef _XIINT_H_
#define _XIINT_H_
-extern XExtDisplayInfo * XInput_find_display(
- Display*
-);
+extern XExtDisplayInfo *XInput_find_display(Display *);
-extern int _XiCheckExtInit(
- Display*,
- int
-);
+extern int _XiCheckExtInit(Display *, int);
-extern XExtensionVersion * _XiGetExtensionVersion(
- Display*,
- _Xconst char*
-);
+extern XExtensionVersion *_XiGetExtensionVersion(Display *, _Xconst char *);
#endif