summaryrefslogtreecommitdiff
path: root/docs/reference/gdk
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/reference/gdk
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/reference/gdk')
-rw-r--r--docs/reference/gdk/tmpl/regions.sgml2
1 files changed, 0 insertions, 2 deletions
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.