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:

committed by
Anders Carlsson

parent
96462944bf
commit
48298c1d98
@ -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.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user