mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
logical-monitor: Pass monitor in the for each CRTC helper callback
Will be used in later commits. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1042
This commit is contained in:
@@ -601,6 +601,7 @@ typedef struct _GetSupportedKmsFormatsData
|
||||
|
||||
static void
|
||||
get_supported_kms_formats_crtc_func (MetaLogicalMonitor *logical_monitor,
|
||||
MetaMonitor *monitor,
|
||||
MetaOutput *output,
|
||||
MetaCrtc *crtc,
|
||||
gpointer user_data)
|
||||
@@ -1619,6 +1620,7 @@ typedef struct _SetCrtcModeData
|
||||
|
||||
static void
|
||||
set_crtc_mode (MetaLogicalMonitor *logical_monitor,
|
||||
MetaMonitor *monitor,
|
||||
MetaOutput *output,
|
||||
MetaCrtc *crtc,
|
||||
gpointer user_data)
|
||||
@@ -1677,6 +1679,7 @@ typedef struct _FlipCrtcData
|
||||
|
||||
static void
|
||||
flip_crtc (MetaLogicalMonitor *logical_monitor,
|
||||
MetaMonitor *monitor,
|
||||
MetaOutput *output,
|
||||
MetaCrtc *crtc,
|
||||
gpointer user_data)
|
||||
|
Reference in New Issue
Block a user