mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
screen-cast/window/src: Fix signal handler types
Should be gulong, not unsigned long. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2393>
This commit is contained in:
parent
cecf4cd87c
commit
c5410b61d2
@ -35,10 +35,10 @@ struct _MetaScreenCastWindowStreamSrc
|
|||||||
|
|
||||||
MetaScreenCastWindow *screen_cast_window;
|
MetaScreenCastWindow *screen_cast_window;
|
||||||
|
|
||||||
unsigned long screen_cast_window_damaged_handler_id;
|
gulong screen_cast_window_damaged_handler_id;
|
||||||
unsigned long screen_cast_window_destroyed_handler_id;
|
gulong screen_cast_window_destroyed_handler_id;
|
||||||
unsigned long position_invalidated_handler_id;
|
gulong position_invalidated_handler_id;
|
||||||
unsigned long cursor_changed_handler_id;
|
gulong cursor_changed_handler_id;
|
||||||
|
|
||||||
gboolean cursor_bitmap_invalid;
|
gboolean cursor_bitmap_invalid;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user