diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/setfocus.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/setfocus.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/nx-X11/programs/Xserver/Xi/setfocus.h b/nx-X11/programs/Xserver/Xi/setfocus.h index 44f9457d7..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 -ProcXSetDeviceFocus( - ClientPtr /* client */ - ); +int SProcXSetDeviceFocus(ClientPtr /* client */ + ); + +int ProcXSetDeviceFocus(ClientPtr /* client */ + ); #endif /* SETFOCUS_H */ |