diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/getfocus.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/getfocus.h | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/Xi/getfocus.h b/nx-X11/programs/Xserver/Xi/getfocus.h index a404ee422..c3f2d67b6 100644 --- a/nx-X11/programs/Xserver/Xi/getfocus.h +++ b/nx-X11/programs/Xserver/Xi/getfocus.h @@ -30,21 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef GETFOCUS_H #define GETFOCUS_H 1 -int -SProcXGetDeviceFocus( - ClientPtr /* client */ - ); - -int -ProcXGetDeviceFocus( - ClientPtr /* client */ - ); - -void -SRepXGetDeviceFocus ( - ClientPtr /* client */, - int /* size */, - xGetDeviceFocusReply * /* rep */ - ); +int SProcXGetDeviceFocus(ClientPtr /* client */ + ); + +int ProcXGetDeviceFocus(ClientPtr /* client */ + ); + +void SRepXGetDeviceFocus(ClientPtr /* client */ , + int /* size */ , + xGetDeviceFocusReply * /* rep */ + ); #endif /* GETFOCUS_H */ |