diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/ungrdevb.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/ungrdevb.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/nx-X11/programs/Xserver/Xi/ungrdevb.h b/nx-X11/programs/Xserver/Xi/ungrdevb.h index 29dd761b5..400d61d9e 100644 --- a/nx-X11/programs/Xserver/Xi/ungrdevb.h +++ b/nx-X11/programs/Xserver/Xi/ungrdevb.h @@ -30,14 +30,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef UNGRDEVB_H #define UNGRDEVB_H 1 -int -SProcXUngrabDeviceButton( - ClientPtr /* client */ - ); - -int -ProcXUngrabDeviceButton( - ClientPtr /* client */ - ); +int SProcXUngrabDeviceButton(ClientPtr /* client */ + ); + +int ProcXUngrabDeviceButton(ClientPtr /* client */ + ); #endif /* UNGRDEVB_H */ |