Fix for Forte build; missing declaration of magnifier_exit
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 17 Apr 2002 12:21:26 +0000 (12:21 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 17 Apr 2002 12:21:26 +0000 (12:21 +0000)
which was used by a program in at-spi/util.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@276 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
util/mag_client.h

index a16e5f3..e46bbf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-17  Bill Haneman <bill.haneman@sun.com>
+
+       * util/mag_client.h:
+       Add missing declaration for magnifier_exit, 
+       used by mag_control.c - Forte compiler didn't like
+       the implicit redeclaration of the function :-(
+
 2002-04-16  Bill Haneman <bill.haneman@sun.com>
 
        * configure.in:
index 9b89878..3c9a340 100644 (file)
@@ -32,6 +32,7 @@ void magnifier_set_magnification (int zoom_region, float mag_factor_x, float mag
 void magnifier_resize_region (int zoom_region, int x1, int y1, int x2, int y2);
 int  magnifier_create_region (float zx, float zy, int x1, int y1, int x2, int y2);
 void magnifier_clear_all_regions (void);
+void magnifier_exit (void);
 
 #ifdef __cplusplus
 }