eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/wxwin ewx.h


From: eliot-dev
Subject: [Eliot-dev] eliot/wxwin ewx.h
Date: Mon, 26 Dec 2005 14:39:22 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Branch:         
Changes by:     Antoine Fraboulet <address@hidden>      05/12/26 14:39:22

Modified files:
        wxwin          : ewx.h 

Log message:
        - copyright and doxygen comment change
        - adding new switch defines for GUI

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/wxwin/ewx.h.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: eliot/wxwin/ewx.h
diff -u eliot/wxwin/ewx.h:1.8 eliot/wxwin/ewx.h:1.9
--- eliot/wxwin/ewx.h:1.8       Fri Nov  4 20:00:06 2005
+++ eliot/wxwin/ewx.h   Mon Dec 26 14:39:22 2005
@@ -1,13 +1,15 @@
 /* Eliot                                                                     */
 /* Copyright (C) 1999  Antoine Fraboulet                                     */
-/* address@hidden                                                 */
+
+/*                                                                           */
+/* This file is part of Eliot.                                               */
 /*                                                                           */
-/* This program is free software; you can redistribute it and/or modify      */
+/* Eliot is free software; you can redistribute it and/or modify             */
 /* it under the terms of the GNU General Public License as published by      */
 /* the Free Software Foundation; either version 2 of the License, or         */
 /* (at your option) any later version.                                       */
 /*                                                                           */
-/* This program is distributed in the hope that it will be useful,           */
+/* Eliot is distributed in the hope that it will be useful,                  */
 /* but WITHOUT ANY WARRANTY; without even the implied warranty of            */
 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
 /* GNU General Public License for more details.                              */
@@ -16,6 +18,13 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
+/**
+ *  \file   ewx.h
+ *  \brief  Eliot wxwidgets defines
+ *  \author Antoine Fraboulet
+ *  \date   2002
+ */
+
 #ifndef __EWX__
 #define __EWX__
 
@@ -36,11 +45,14 @@
 
 #if defined(__WIN32__) || defined(__WIN95__) || defined(__WXMSW__)
 #  define ENABLE_LC_NO_HEADER
+#  define ENABLE_RESLIST_IN_MAIN
+#  define MSW_RESIZE_BUG
 #  define INCOMPLETE
 #else
 #  define ENABLE_SAVE_POSTSCRIPT
 #  define ENABLE_LOCALE
-#  define INCOMPLETE { cerr << "incomplete " << __FILE__ << " " << __LINE__ << 
"\n"; }
+#  define ENABLE_RESLIST_IN_MAIN
+#  define INCOMPLETE { std::cerr << "incomplete " << __FILE__ << " " << 
__LINE__ << "\n"; }
 #endif
 
 #include "config.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]