diff options
author | Mihai Moldovan <ionic@ionic.de> | 2018-02-26 01:00:54 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2018-02-26 01:00:54 +0100 |
commit | 05152b788ab184f45df1f64182791c88a09dc6f9 (patch) | |
tree | 4232012c65ee251fef529950a420689154778847 /nx-X11/programs/Xserver/Xi/getfctl.h | |
parent | e247900edd20c140faf42ba0759bf59cbd2f75ae (diff) | |
parent | 4598c0c3d215f7f2237a9ccee3a143025f2af005 (diff) | |
download | nx-libs-05152b788ab184f45df1f64182791c88a09dc6f9.tar.gz nx-libs-05152b788ab184f45df1f64182791c88a09dc6f9.tar.bz2 nx-libs-05152b788ab184f45df1f64182791c88a09dc6f9.zip |
Merge branch 'uli42-pr/update_xi' into arctica-3.6.x
Attributes GH PR #644: https://github.com/ArcticaProject/nx-libs/pull/644
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/getfctl.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/getfctl.h | 98 |
1 files changed, 40 insertions, 58 deletions
diff --git a/nx-X11/programs/Xserver/Xi/getfctl.h b/nx-X11/programs/Xserver/Xi/getfctl.h index f8441b0b3..7d2d17ab1 100644 --- a/nx-X11/programs/Xserver/Xi/getfctl.h +++ b/nx-X11/programs/Xserver/Xi/getfctl.h @@ -30,63 +30,45 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef GETFCTL_H #define GETFCTL_H 1 -int -SProcXGetFeedbackControl( - ClientPtr /* client */ - ); - -int -ProcXGetFeedbackControl( - ClientPtr /* client */ - ); - -void -CopySwapKbdFeedback ( - ClientPtr /* client */, - KbdFeedbackPtr /* k */, - char ** /* buf */ - ); - -void -CopySwapPtrFeedback ( - ClientPtr /* client */, - PtrFeedbackPtr /* p */, - char ** /* buf */ - ); - -void -CopySwapIntegerFeedback ( - ClientPtr /* client */, - IntegerFeedbackPtr /* i */, - char ** /* buf */ - ); - -void -CopySwapStringFeedback ( - ClientPtr /* client */, - StringFeedbackPtr /* s */, - char ** /* buf */ - ); - -void -CopySwapLedFeedback ( - ClientPtr /* client */, - LedFeedbackPtr /* l */, - char ** /* buf */ - ); - -void -CopySwapBellFeedback ( - ClientPtr /* client */, - BellFeedbackPtr /* b */, - char ** /* buf */ - ); - -void -SRepXGetFeedbackControl ( - ClientPtr /* client */, - int /* size */, - xGetFeedbackControlReply * /* rep */ - ); +int SProcXGetFeedbackControl(ClientPtr /* client */ + ); + +int ProcXGetFeedbackControl(ClientPtr /* client */ + ); + +void CopySwapKbdFeedback(ClientPtr /* client */ , + KbdFeedbackPtr /* k */ , + char ** /* buf */ + ); + +void CopySwapPtrFeedback(ClientPtr /* client */ , + PtrFeedbackPtr /* p */ , + char ** /* buf */ + ); + +void CopySwapIntegerFeedback(ClientPtr /* client */ , + IntegerFeedbackPtr /* i */ , + char ** /* buf */ + ); + +void CopySwapStringFeedback(ClientPtr /* client */ , + StringFeedbackPtr /* s */ , + char ** /* buf */ + ); + +void CopySwapLedFeedback(ClientPtr /* client */ , + LedFeedbackPtr /* l */ , + char ** /* buf */ + ); + +void CopySwapBellFeedback(ClientPtr /* client */ , + BellFeedbackPtr /* b */ , + char ** /* buf */ + ); + +void SRepXGetFeedbackControl(ClientPtr /* client */ , + int /* size */ , + xGetFeedbackControlReply * /* rep */ + ); #endif /* GETFCTL_H */ |