aboutsummaryrefslogtreecommitdiff
path: root/generic/OverlapMan.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/OverlapMan.h')
-rw-r--r--generic/OverlapMan.h54
1 files changed, 27 insertions, 27 deletions
diff --git a/generic/OverlapMan.h b/generic/OverlapMan.h
index e53908c..68f84d9 100644
--- a/generic/OverlapMan.h
+++ b/generic/OverlapMan.h
@@ -1,8 +1,8 @@
/*
* OverlapMan.h -- Track label overlap avoidance manager header file
*
- * Authors :
- * Creation date :
+ * Authors :
+ * Creation date :
*
* $Id$
*/
@@ -46,30 +46,30 @@ OmInit();
* this API.
*/
void
-OmRegister(void *w,
- void *(*_fnext_track)(void *ptr,
- void *item,
- int *x, int *y,
- int *sv_dx, int *sv_dy,
- /* Fri Oct 13 15:16:13 2000
- int *label_x, int *label_y,
- int *label_width, int *label_height,
- */
- int *rho, int *theta,
- int *visibility,
- int *locked ,
- int *preferred_angle ,
- int *convergence_style),
- void (*_fset_label_angle)(void *ptr, void *item, int rho, int theta),
- void (*_fquery_label_pos)(void *ptr, void *item, int theta,
- int *x, int *y, int *w, int *h));
+OmRegister(void *w,
+ void *(*_fnext_track)(void *ptr,
+ void *item,
+ int *x, int *y,
+ int *sv_dx, int *sv_dy,
+ /* Fri Oct 13 15:16:13 2000
+ int *label_x, int *label_y,
+ int *label_width, int *label_height,
+ */
+ int *rho, int *theta,
+ int *visibility,
+ int *locked ,
+ int *preferred_angle ,
+ int *convergence_style),
+ void (*_fset_label_angle)(void *ptr, void *item, int rho, int theta),
+ void (*_fquery_label_pos)(void *ptr, void *item, int theta,
+ int *x, int *y, int *w, int *h));
void
-OmUnregister(void *w);
+OmUnregister(void *w);
void
-OmProcessOverlap(void *zinc,
- int width,
- int height,
- double scale);
+OmProcessOverlap(void *zinc,
+ int width,
+ int height,
+ double scale);
/*
@@ -100,14 +100,14 @@ typedef struct {
wrong type) */
int
OmSetNParam(char *name, /* parameter's name */
- void *value);
+ void *value);
/* OmGetNParam
return 1 if ok , anythingelse if nok (non existing parameters ,
wrong type)
*/
int
OmGetNParam(char *name, /* parameter's name */
- void *ptvalue);
+ void *ptvalue);
/* OmGetNParamList
return 1 and next index if remains to read, the current param
@@ -117,4 +117,4 @@ int
OmGetNParamList(OmParam *current_param, int *idx_next);
-#endif /* _OverlapMan_h */
+#endif /* _OverlapMan_h */