diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xi/setdval.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xi/setdval.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/Xi/setdval.h b/nx-X11/programs/Xserver/Xi/setdval.h index 2817b2688..3eee2c533 100644 --- a/nx-X11/programs/Xserver/Xi/setdval.h +++ b/nx-X11/programs/Xserver/Xi/setdval.h @@ -33,18 +33,18 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. int SProcXSetDeviceValuators( ClientPtr /* client */ - ); + ); int ProcXSetDeviceValuators( ClientPtr /* client */ - ); + ); void SRepXSetDeviceValuators( ClientPtr /* client */, - int /* size */, - xSetDeviceValuatorsReply * /* rep */ - ); + int /* size */ , + xSetDeviceValuatorsReply * /* rep */ + ); #endif /* SETDVAL_H */ |