summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2002-10-17 15:34:38 +0000
committerBill Haneman <billh@src.gnome.org>2002-10-17 15:34:38 +0000
commita7765786d4cd144a41c71509da8c870eda6a4385 (patch)
tree72bc87b2751eb5f6b5d9224010c41c6420899667 /idl
parent1ff36dbe01503034b77ae383b182b50751db0d10 (diff)
New properties support for crosswires and cursors.
Also improvements and changes to cursor painting.
Diffstat (limited to 'idl')
-rw-r--r--idl/GNOME_Magnifier.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/idl/GNOME_Magnifier.idl b/idl/GNOME_Magnifier.idl
index 0ae8fcb..5d2e693 100644
--- a/idl/GNOME_Magnifier.idl
+++ b/idl/GNOME_Magnifier.idl
@@ -29,6 +29,10 @@
module GNOME {
module Magnifier {
+ struct Point {
+ long x, y;
+ };
+
struct RectBounds {
long x1, y1, x2, y2;
};