mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
3to4: Fix we said we replace doubles with doubles,
when what we are replacing are ints!
This commit is contained in:
parent
9364da673f
commit
abd4a57031
@ -402,9 +402,9 @@ is open, use the [property@Gtk.Window:modal] property of the dialog.
|
||||
|
||||
### Adapt to coordinate API changes
|
||||
|
||||
A number of coordinate APIs in GTK 3 had `double` variants:
|
||||
A number of coordinate APIs in GTK 3 had variants taking `int` arguments:
|
||||
`gdk_device_get_surface_at_position()`, `gdk_surface_get_device_position()`.
|
||||
These have been changed to use doubles, and the `double` variants
|
||||
These have been changed to use `double` arguments, and the `int` variants
|
||||
have been removed. Update your code accordingly.
|
||||
|
||||
Any APIs that deal with global (or root) coordinates have been
|
||||
|
Loading…
Reference in New Issue
Block a user