Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2003:
[Freeciv-Dev] (PR#3478) Adding include/finddlg_g.h and gui-xxx/finddlg.h
Home

[Freeciv-Dev] (PR#3478) Adding include/finddlg_g.h and gui-xxx/finddlg.h

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#3478) Adding include/finddlg_g.h and gui-xxx/finddlg.h
From: "Rafa³ Bursig" <bursig@xxxxxxxxx>
Date: Wed, 19 Feb 2003 10:27:27 -0800
Reply-to: rt@xxxxxxxxxxxxxx

This code move finddlg.h into gui-xxx dirs and create new finddlg_g.h 
in client/incluse dir.
  Rafal
diff -u -r freeciv/client/gui-gtk/finddlg.h fc5/client/gui-gtk/finddlg.h
--- freeciv/client/gui-gtk/finddlg.h    Mon Feb 17 03:39:26 2003
+++ fc5/client/gui-gtk/finddlg.h        Sat Feb 15 13:49:31 2003
@@ -0,0 +1,20 @@
+/********************************************************************** 
+ Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
+   This program 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, or (at your option)
+   any later version.
+
+   This program 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.
+***********************************************************************/
+#ifndef FC__FINDDLG__H
+#define FC__FINDDLG__H
+
+#include "finddlg_g.h"
+
+/* nothing yet */
+
+#endif /* FC__FINDDLG__H */
diff -u -r freeciv/client/gui-gtk-2.0/finddlg.h fc5/client/gui-gtk-2.0/finddlg.h
--- freeciv/client/gui-gtk-2.0/finddlg.h        Mon Feb 17 03:39:26 2003
+++ fc5/client/gui-gtk-2.0/finddlg.h    Sat Feb 15 13:49:31 2003
@@ -0,0 +1,20 @@
+/********************************************************************** 
+ Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
+   This program 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, or (at your option)
+   any later version.
+
+   This program 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.
+***********************************************************************/
+#ifndef FC__FINDDLG__H
+#define FC__FINDDLG__H
+
+#include "finddlg_g.h"
+
+/* nothing yet */
+
+#endif /* FC__FINDDLG__H */
diff -u -r freeciv/client/gui-mui/finddlg.h fc5/client/gui-mui/finddlg.h
--- freeciv/client/gui-mui/finddlg.h    Mon Feb 17 03:39:26 2003
+++ fc5/client/gui-mui/finddlg.h        Sat Feb 15 13:49:31 2003
@@ -0,0 +1,20 @@
+/********************************************************************** 
+ Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
+   This program 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, or (at your option)
+   any later version.
+
+   This program 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.
+***********************************************************************/
+#ifndef FC__FINDDLG__H
+#define FC__FINDDLG__H
+
+#include "finddlg_g.h"
+
+/* nothing yet */
+
+#endif /* FC__FINDDLG__H */
diff -u -r freeciv/client/gui-sdl/finddlg.h fc5/client/gui-sdl/finddlg.h
--- freeciv/client/gui-sdl/finddlg.h    Mon Feb 17 03:39:26 2003
+++ fc5/client/gui-sdl/finddlg.h        Sat Feb 15 13:49:31 2003
@@ -0,0 +1,20 @@
+/********************************************************************** 
+ Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
+   This program 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, or (at your option)
+   any later version.
+
+   This program 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.
+***********************************************************************/
+#ifndef FC__FINDDLG__H
+#define FC__FINDDLG__H
+
+#include "finddlg_g.h"
+
+/* nothing yet */
+
+#endif /* FC__FINDDLG__H */
diff -u -r freeciv/client/gui-stub/finddlg.h fc5/client/gui-stub/finddlg.h
--- freeciv/client/gui-stub/finddlg.h   Mon Feb 17 03:39:26 2003
+++ fc5/client/gui-stub/finddlg.h       Sat Feb 15 13:49:31 2003
@@ -0,0 +1,20 @@
+/********************************************************************** 
+ Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
+   This program 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, or (at your option)
+   any later version.
+
+   This program 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.
+***********************************************************************/
+#ifndef FC__FINDDLG__H
+#define FC__FINDDLG__H
+
+#include "finddlg_g.h"
+
+/* nothing yet */
+
+#endif /* FC__FINDDLG__H */
diff -u -r freeciv/client/gui-win32/finddlg.h fc5/client/gui-win32/finddlg.h
--- freeciv/client/gui-win32/finddlg.h  Mon Feb 17 03:39:26 2003
+++ fc5/client/gui-win32/finddlg.h      Sat Feb 15 13:49:31 2003
@@ -0,0 +1,20 @@
+/********************************************************************** 
+ Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
+   This program 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, or (at your option)
+   any later version.
+
+   This program 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.
+***********************************************************************/
+#ifndef FC__FINDDLG__H
+#define FC__FINDDLG__H
+
+#include "finddlg_g.h"
+
+/* nothing yet */
+
+#endif /* FC__FINDDLG__H */
diff -u -r freeciv/client/gui-xaw/finddlg.h fc5/client/gui-xaw/finddlg.h
--- freeciv/client/gui-xaw/finddlg.h    Mon Feb 17 03:39:26 2003
+++ fc5/client/gui-xaw/finddlg.h        Sat Feb 15 13:49:31 2003
@@ -0,0 +1,20 @@
+/********************************************************************** 
+ Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
+   This program 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, or (at your option)
+   any later version.
+
+   This program 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.
+***********************************************************************/
+#ifndef FC__FINDDLG__H
+#define FC__FINDDLG__H
+
+#include "finddlg_g.h"
+
+/* nothing yet */
+
+#endif /* FC__FINDDLG__H */
diff -u -r freeciv/client/include/finddlg_g.h fc5/client/include/finddlg_g.h
--- freeciv/client/include/finddlg_g.h  Mon Feb 17 03:39:26 2003
+++ fc5/client/include/finddlg_g.h      Sat Feb 15 13:44:57 2003
@@ -0,0 +1,18 @@
+/********************************************************************** 
+ Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
+   This program 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, or (at your option)
+   any later version.
+
+   This program 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.
+***********************************************************************/
+#ifndef FC__FINDDLG_G_H
+#define FC__FINDDLG_G_H
+
+void popup_find_dialog(void);
+
+#endif /* FC__FINDDLG_G_H */

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#3478) Adding include/finddlg_g.h and gui-xxx/finddlg.h, Rafa³ Bursig <=