diff options
author | Anders Carlsson <andersca@gnu.org> | 2001-10-28 17:54:50 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2001-10-28 17:54:50 +0000 |
commit | 48298c1d9876689e419b01a4d9b7a3c402269d1b (patch) | |
tree | 7a216590dc3a44252c527a85d212647c6a09586b /docs/reference/gdk | |
parent | 96462944bfc51088a441c87ddcd739c425f63304 (diff) | |
download | gtk+-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.sgml | 2 |
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. |