[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


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 {




More information about the cairo-commit mailing list