Skip to content
Snippets Groups Projects
Commit 69078f60 authored by edgrif's avatar edgrif
Browse files

get rid of use of zmapWindow_P.h, should not be here.

parent a17cb44f
No related branches found
No related tags found
No related merge requests found
...@@ -27,15 +27,16 @@ ...@@ -27,15 +27,16 @@
* *
* Exported functions: See XXXXXXXXXXXXX.h * Exported functions: See XXXXXXXXXXXXX.h
* HISTORY: * HISTORY:
* Last edited: Feb 16 10:22 2010 (edgrif) * Last edited: Mar 3 13:44 2010 (edgrif)
* Created: Wed Dec 3 10:02:22 2008 (rds) * Created: Wed Dec 3 10:02:22 2008 (rds)
* CVS info: $Id: zmapWindowCollectionFeature.c,v 1.18 2010-03-01 12:21:24 mh17 Exp $ * CVS info: $Id: zmapWindowCollectionFeature.c,v 1.19 2010-03-04 12:16:13 edgrif Exp $
*------------------------------------------------------------------- *-------------------------------------------------------------------
*/ */
#include <math.h> #include <math.h>
#include <glib.h> #include <glib.h>
#include <zmapWindowCollectionFeature_I.h> #include <zmapWindowCollectionFeature_I.h>
#include <zmapWindow_P.h>
typedef enum {FIRST_MATCH, LAST_MATCH} MatchType ; typedef enum {FIRST_MATCH, LAST_MATCH} MatchType ;
......
...@@ -27,20 +27,19 @@ ...@@ -27,20 +27,19 @@
* *
* Exported functions: See XXXXXXXXXXXXX.h * Exported functions: See XXXXXXXXXXXXX.h
* HISTORY: * HISTORY:
* Last edited: Feb 16 09:54 2010 (edgrif) * Last edited: Mar 3 13:43 2010 (edgrif)
* Created: Wed Dec 3 08:44:06 2008 (rds) * Created: Wed Dec 3 08:44:06 2008 (rds)
* CVS info: $Id: zmapWindowCollectionFeature.h,v 1.4 2010-02-16 10:24:04 edgrif Exp $ * CVS info: $Id: zmapWindowCollectionFeature.h,v 1.5 2010-03-04 12:16:08 edgrif Exp $
*------------------------------------------------------------------- *-------------------------------------------------------------------
*/ */
#ifndef ZMAP_WINDOW_COLLECTION_FEATURE_H #ifndef ZMAP_WINDOW_COLLECTION_FEATURE_H
#define ZMAP_WINDOW_COLLECTION_FEATURE_H #define ZMAP_WINDOW_COLLECTION_FEATURE_H
#include <glib-object.h> #include <glib-object.h>
#include <zmapWindow_P.h>
#include <zmapWindowCanvasItem.h> #include <zmapWindowCanvasItem.h>
#define ZMAP_WINDOW_COLLECTION_FEATURE_NAME "ZMapWindowCollectionFeature"
#define ZMAP_WINDOW_COLLECTION_FEATURE_NAME "ZMapWindowCollectionFeature"
#define ZMAP_TYPE_WINDOW_COLLECTION_FEATURE (zMapWindowCollectionFeatureGetType()) #define ZMAP_TYPE_WINDOW_COLLECTION_FEATURE (zMapWindowCollectionFeatureGetType())
#define ZMAP_WINDOW_COLLECTION_FEATURE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), ZMAP_TYPE_WINDOW_COLLECTION_FEATURE, zmapWindowCollectionFeature)) #define ZMAP_WINDOW_COLLECTION_FEATURE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), ZMAP_TYPE_WINDOW_COLLECTION_FEATURE, zmapWindowCollectionFeature))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment