aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xi/getfocus.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/getfocus.h')
-rw-r--r--nx-X11/programs/Xserver/Xi/getfocus.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/nx-X11/programs/Xserver/Xi/getfocus.h b/nx-X11/programs/Xserver/Xi/getfocus.h
index 6fb5038a9..c3f2d67b6 100644
--- a/nx-X11/programs/Xserver/Xi/getfocus.h
+++ b/nx-X11/programs/Xserver/Xi/getfocus.h
@@ -30,19 +30,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef GETFOCUS_H
#define GETFOCUS_H 1
-int
-SProcXGetDeviceFocus(
- ClientPtr /* client */
+int SProcXGetDeviceFocus(ClientPtr /* client */
);
-int
-ProcXGetDeviceFocus(
- ClientPtr /* client */
+int ProcXGetDeviceFocus(ClientPtr /* client */
);
-void
-SRepXGetDeviceFocus (
- ClientPtr /* client */,
+void SRepXGetDeviceFocus(ClientPtr /* client */ ,
int /* size */ ,
xGetDeviceFocusReply * /* rep */
);