mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
output/kms: Remove redundant typedef
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1689>
This commit is contained in:
parent
e41a0e47dc
commit
dce906a4d1
@ -39,12 +39,12 @@
|
||||
|
||||
#define SYNC_TOLERANCE 0.01 /* 1 percent */
|
||||
|
||||
typedef struct _MetaOutputKms
|
||||
struct _MetaOutputKms
|
||||
{
|
||||
MetaOutput parent;
|
||||
|
||||
MetaKmsConnector *kms_connector;
|
||||
} MetaOutputKms;
|
||||
};
|
||||
|
||||
G_DEFINE_TYPE (MetaOutputKms, meta_output_kms, META_TYPE_OUTPUT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user