summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnu.org>2001-10-28 17:54:50 +0000
committerAnders Carlsson <andersca@src.gnome.org>2001-10-28 17:54:50 +0000
commit48298c1d9876689e419b01a4d9b7a3c402269d1b (patch)
tree7a216590dc3a44252c527a85d212647c6a09586b /docs
parent96462944bfc51088a441c87ddcd739c425f63304 (diff)
downloadgtk+-48298c1d9876689e419b01a4d9b7a3c402269d1b.tar.gz
Remove note about coordinates in GdkPoint being 16-bit since they're
2001-10-28 Anders Carlsson <andersca@gnu.org> * gdk/tmpl/regions.sgml: Remove note about coordinates in GdkPoint being 16-bit since they're 32-bit now. Fixes #62681.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gdk/tmpl/regions.sgml2
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 52fc1be14a..53304e0409 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-28 Anders Carlsson <andersca@gnu.org>
+
+ * gdk/tmpl/regions.sgml: Remove note about coordinates in GdkPoint
+ being 16-bit since they're 32-bit now. Fixes #62681.
+
2001-10-27 Matthias Clasen <matthiasc@poet.de>
* gdk/tmpl/input_devices.sgml: Updates.
diff --git a/docs/reference/gdk/tmpl/regions.sgml b/docs/reference/gdk/tmpl/regions.sgml
index 3315405e7f..cf861524cf 100644
--- a/docs/reference/gdk/tmpl/regions.sgml
+++ b/docs/reference/gdk/tmpl/regions.sgml
@@ -36,8 +36,6 @@ It can be intersected to regions by using gdk_region_spans_intersect_foreach().
<!-- ##### STRUCT GdkPoint ##### -->
<para>
Defines the x and y coordinates of a point.
-Note that both are defined as #gint16 values, so the coordinates are limited
-to between -32,768 and 32,767.
</para>
@x: the x coordinate of the point.