PATCH: libgnomecanvas unimplemented functions
- From: murrayc t-online de (Murray Cumming)
- To: gnome-libs-devel <gnome-libs-devel gnome org>
- Subject: PATCH: libgnomecanvas unimplemented functions
- Date: 20 Feb 2002 17:19:44 +0100
GnomeCanvasItem has a couple of functions with no implementation. This
patch removes their declarations. Permission to commit? Hopefully this
is the correct mailing list.
--
Murray Cumming
murrayc usa net
www.murrayc.com
? libgnomecanvas_nonfunctions.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libgnomecanvas/ChangeLog,v
retrieving revision 1.69
diff -u -r1.69 ChangeLog
--- ChangeLog 2002/02/19 09:50:10 1.69
+++ ChangeLog 2002/02/20 15:58:39
@@ -1,3 +1,9 @@
+2002-02-20 Murray Cumming <murrayc usa net>
+
+ * libgnomecanvas.h/gnome-canvas.h:
+ Removed gnome_canvas_item_scale() and gnome_canvas_item_rotate()
+ because they aren't implemented.
+
2002-02-19 Anders Carlsson <andersca gnu org>
* configure.in: Release 1.112.0
Index: libgnomecanvas/gnome-canvas.h
===================================================================
RCS file: /cvs/gnome/libgnomecanvas/libgnomecanvas/gnome-canvas.h,v
retrieving revision 1.61
diff -u -r1.61 gnome-canvas.h
--- libgnomecanvas/gnome-canvas.h 2001/12/03 23:38:11 1.61
+++ libgnomecanvas/gnome-canvas.h 2002/02/20 15:58:39
@@ -260,14 +260,6 @@
/* Apply an absolute affine transformation to the item. */
void gnome_canvas_item_affine_absolute (GnomeCanvasItem *item, const double affine[6]);
-/* Scale an item about a point by the specified factors */
-void gnome_canvas_item_scale (GnomeCanvasItem *item,
- double x, double y,
- double scale_x, double scale_y);
-
-/* Rotate an item about a point by the specified number of degrees */
-void gnome_canvas_item_rotate (GnomeCanvasItem *item, double x, double y, double angle);
-
/* Raise an item in the z-order of its parent group by the specified number of
* positions.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]