aboutsummaryrefslogtreecommitdiff
path: root/generic/OverlapMan.h
diff options
context:
space:
mode:
authorlecoanet2000-02-02 14:01:15 +0000
committerlecoanet2000-02-02 14:01:15 +0000
commit64089dca388f5a9a8235a94b4372763875132219 (patch)
tree0455fa06d471a568cbece8fc27cde0216d4def23 /generic/OverlapMan.h
parent2b91521b4c124546e59638f2e990dcbc75903d85 (diff)
downloadtkzinc-64089dca388f5a9a8235a94b4372763875132219.zip
tkzinc-64089dca388f5a9a8235a94b4372763875132219.tar.gz
tkzinc-64089dca388f5a9a8235a94b4372763875132219.tar.bz2
tkzinc-64089dca388f5a9a8235a94b4372763875132219.tar.xz
Passage en Zinc
Diffstat (limited to 'generic/OverlapMan.h')
-rw-r--r--generic/OverlapMan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/OverlapMan.h b/generic/OverlapMan.h
index fb844d9..52ae439 100644
--- a/generic/OverlapMan.h
+++ b/generic/OverlapMan.h
@@ -36,7 +36,7 @@
/*
- * This is the interface with the radar widget. To substitute
+ * This is the interface with the zinc widget. To substitute
* a different overlap manager, it is necessary to conform to
* this API.
*/
@@ -56,7 +56,7 @@ OmRegister(void *w,
void
OmUnregister(void *w);
void
-OmProcessOverlap(void *radar,
+OmProcessOverlap(void *zinc,
int width,
int height,
double scale);