mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
docs: Mention workarea in the migration guide
This commit is contained in:
parent
3eab58816b
commit
7e355cbe1e
@ -774,6 +774,14 @@ Instead of a monitor number, #GdkMonitor is now used throughout.
|
||||
gdk_display_get_monitors() returns the list of monitors that can be queried
|
||||
or observed for monitors to pass to APIs like gtk_window_fullscreen_on_monitor().
|
||||
|
||||
### Adapt to monitor API changes
|
||||
|
||||
The gdk_monitor_get_workarea() API is gone. Individual backends can still
|
||||
provide this information, for example with gdk_x11_monitor_get_workarea().
|
||||
|
||||
If you use this information, your code should check which backend is in
|
||||
use and then call the appropriate backend API.
|
||||
|
||||
### Adapt to cursor API changes
|
||||
|
||||
Use the new gtk_widget_set_cursor() function to set cursors, instead of
|
||||
|
Loading…
Reference in New Issue
Block a user