mirror of
https://github.com/brl/mutter.git
synced 2025-07-03 17:46:31 +00:00
backends/native: Use viewport info to find out stage extents
This information is equivalent to the stage extents, this just leaves meta_seat_native_get_stage() used for setting event->any.stage, which is a tiny lame excuse. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:

committed by
Marge Bot

parent
1377c2a97e
commit
c362bc4b51
@ -126,7 +126,7 @@ ClutterInputDeviceType meta_input_device_native_determine_type (struct libin
|
||||
|
||||
|
||||
void meta_input_device_native_translate_coordinates (ClutterInputDevice *device,
|
||||
ClutterStage *stage,
|
||||
MetaViewportInfo *viewports,
|
||||
float *x,
|
||||
float *y);
|
||||
|
||||
|
Reference in New Issue
Block a user