Diff for /np2/x11/joymng.h between versions 1.3 and 1.6

version 1.3, 2007/01/23 15:48:20 version 1.6, 2011/12/17 19:55:48
Line 1 Line 1
 /*      $Id$    */  
   
 /*-  /*-
  * Copyright (c) 2004 NONAKA Kimihiro <aw9k-nnk@asahi-net.or.jp>,   * Copyright (c) 2004 NONAKA Kimihiro
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 33 Line 31
  * joystick manager   * joystick manager
  */   */
   
 #ifdef __cplusplus  G_BEGIN_DECLS
 extern "C" {  
 #endif  
   
 #define JOY_NAXIS               2  #define JOY_NAXIS               2
 #define JOY_NBUTTON             4  #define JOY_NBUTTON             4
Line 88  void joymng_sync(void); Line 84  void joymng_sync(void);
   
 #endif  /* SUPPORT_JOYSTICK */  #endif  /* SUPPORT_JOYSTICK */
   
 #ifdef __cplusplus  G_END_DECLS
 }  
 #endif  
   
 #endif  /* NP2_X11_JOYMNG_H__ */  #endif  /* NP2_X11_JOYMNG_H__ */

Removed from v.1.3  
changed lines
  Added in v.1.6


RetroPC.NET-CVS <cvs@retropc.net>