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

version 1.4, 2011/01/15 18:43:13 version 1.6, 2011/12/17 19:55:48
Line 1 Line 1
 /*-  /*-
  * 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 31 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 86  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.4  
changed lines
  Added in v.1.6


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