mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +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:
@ -35,10 +35,10 @@ struct _MetaScreenCastWindowStreamSrc
|
||||
|
||||
MetaScreenCastWindow *screen_cast_window;
|
||||
|
||||
unsigned long screen_cast_window_damaged_handler_id;
|
||||
unsigned long screen_cast_window_destroyed_handler_id;
|
||||
unsigned long position_invalidated_handler_id;
|
||||
unsigned long cursor_changed_handler_id;
|
||||
gulong screen_cast_window_damaged_handler_id;
|
||||
gulong screen_cast_window_destroyed_handler_id;
|
||||
gulong position_invalidated_handler_id;
|
||||
gulong cursor_changed_handler_id;
|
||||
|
||||
gboolean cursor_bitmap_invalid;
|
||||
};
|
||||
|
Reference in New Issue
Block a user