[cairo-commit] roadster/include db.h,1.1.1.1,1.2 map.h,1.1.1.1,1.2
Ian McIntosh
commit at pdx.freedesktop.org
Sun Feb 20 06:58:49 PST 2005
- Previous message: [cairo-commit] roadster ChangeLog, 1.8, 1.9 configure.in, 1.1.1.1,
1.2 roadster.glade, 1.1.1.1, 1.2 roadster.glade.scrap, NONE, 1.1
- Next message: [cairo-commit] roadster/src db.c, 1.3, 1.4 geometryset.c, 1.1.1.1,
1.2 import.c, 1.1.1.1, 1.2 import_tiger.c, 1.2, 1.3 main.c,
1.1.1.1, 1.2 mainwindow.c, 1.1.1.1, 1.2 map.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ian
Update of /cvs/cairo/roadster/include
In directory gabe:/tmp/cvs-serv24835/include
Modified Files:
db.h map.h
Log Message:
Index: db.h
===================================================================
RCS file: /cvs/cairo/roadster/include/db.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- db.h 18 Feb 2005 04:22:56 -0000 1.1.1.1
+++ db.h 20 Feb 2005 14:58:46 -0000 1.2
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-
+
#ifndef _DB_H_
#define _DB_H_
@@ -78,4 +78,7 @@
void db_parse_point(const gchar* pszText, mappoint_t* pPoint);
void db_parse_pointstring(const gchar* pszText, pointstring_t* pPointString, gboolean (*callback_get_point)(mappoint_t**));
+void db_enable_keys(void);
+void db_disable_keys(void);
+
#endif
Index: map.h
===================================================================
RCS file: /cvs/cairo/roadster/include/map.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- map.h 18 Feb 2005 04:22:56 -0000 1.1.1.1
+++ map.h 20 Feb 2005 14:58:46 -0000 1.2
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-
+
#ifndef _MAP_H_
#define _MAP_H_
@@ -33,8 +33,8 @@
// World space
typedef struct mappoint {
- double m_fLatitude;
- double m_fLongitude;
+ gdouble m_fLatitude;
+ gdouble m_fLongitude;
} mappoint_t;
typedef struct maprect {
- Previous message: [cairo-commit] roadster ChangeLog, 1.8, 1.9 configure.in, 1.1.1.1,
1.2 roadster.glade, 1.1.1.1, 1.2 roadster.glade.scrap, NONE, 1.1
- Next message: [cairo-commit] roadster/src db.c, 1.3, 1.4 geometryset.c, 1.1.1.1,
1.2 import.c, 1.1.1.1, 1.2 import_tiger.c, 1.2, 1.3 main.c,
1.1.1.1, 1.2 mainwindow.c, 1.1.1.1, 1.2 map.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list