diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/setfocus.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/setfocus.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/Xi/setfocus.h b/nx-X11/programs/Xserver/Xi/setfocus.h index b777ec495..3a49f8440 100644 --- a/nx-X11/programs/Xserver/Xi/setfocus.h +++ b/nx-X11/programs/Xserver/Xi/setfocus.h @@ -30,14 +30,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef SETFOCUS_H #define SETFOCUS_H 1 -int -SProcXSetDeviceFocus( - ClientPtr /* client */ +int SProcXSetDeviceFocus(ClientPtr /* client */ ); -int -ProcXSetDeviceFocus( - ClientPtr /* client */ +int ProcXSetDeviceFocus(ClientPtr /* client */ ); #endif /* SETFOCUS_H */ |