Diff for /np2/x11/toolkit.h between versions 1.7 and 1.9

version 1.7, 2004/07/14 16:01:40 version 1.9, 2005/03/12 12:36:13
Line 10 Line 10
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
  * 3. The name of the author may not be used to endorse or promote products  
  *    derived from this software without specific prior written permission.  
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Line 41  typedef struct { Line 39  typedef struct {
         void            (*messagebox)(const char *title, const char *msg);          void            (*messagebox)(const char *title, const char *msg);
 } gui_toolkit_t;  } gui_toolkit_t;
   
   void toolkit_msgbox(const char *title, const char *msg);
   
 #if (USE_GTK + USE_GTK2 + USE_QT + USE_SDL + USE_X11) > 1  #if (USE_GTK + USE_GTK2 + USE_QT + USE_SDL + USE_X11) > 1
   
 extern gui_toolkit_t* toolkitp;  extern gui_toolkit_t* toolkitp;

Removed from v.1.7  
changed lines
  Added in v.1.9


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