Diff for /np2/x11/toolwin.h between versions 1.2 and 1.3

version 1.2, 2004/07/28 13:57:29 version 1.3, 2011/01/15 19:16:58
Line 1 Line 1
 #ifndef NP2_X11_TOOLWIN_H__  #ifndef NP2_X11_TOOLWIN_H__
 #define NP2_X11_TOOLWIN_H__  #define NP2_X11_TOOLWIN_H__
   
   G_BEGIN_DECLS
   
 enum {  enum {
         SKINMRU_MAX     = 4,          SKINMRU_MAX     = 4,
         FDDLIST_DRV     = 2,          FDDLIST_DRV     = 2,
Line 23  typedef struct { Line 25  typedef struct {
         char    skinmru[SKINMRU_MAX][MAX_PATH];          char    skinmru[SKINMRU_MAX][MAX_PATH];
 } NP2TOOL;  } NP2TOOL;
   
 #ifdef __cplusplus  
 extern "C" {  
 #endif  
   
 extern NP2TOOL np2tool;  extern NP2TOOL np2tool;
   
 #if !defined(SUPPORT_TOOLWINDOW)  #if !defined(SUPPORT_TOOLWINDOW)
Line 57  void toolwin_writeini(void); Line 55  void toolwin_writeini(void);
   
 #endif  /* SUPPORT_TOOLWIN */  #endif  /* SUPPORT_TOOLWIN */
   
 #ifdef __cplusplus  G_END_DECLS
 }  
 #endif  
   
 #endif  /* NP2_X11_TOOLWIN_H__ */  #endif  /* NP2_X11_TOOLWIN_H__ */

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


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