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.
This commit is contained in:
Anders Carlsson
2001-10-28 17:54:50 +00:00
committed by Anders Carlsson
parent 96462944bf
commit 48298c1d98
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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.