mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 17:29:31 +00:00
Remove "xrandr" from the name of the generated DBus files
It's about generic display config, not XRandR specifically.
This commit is contained in:
@ -40,8 +40,6 @@
|
||||
#include "meta-monitor-manager-xrandr.h"
|
||||
#include "meta-monitor-manager-dummy.h"
|
||||
|
||||
#include "meta-dbus-xrandr.h"
|
||||
|
||||
enum {
|
||||
CONFIRM_DISPLAY_CHANGE,
|
||||
SIGNALS_LAST
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include <wayland-server.h>
|
||||
#include "meta-xrandr-shared.h"
|
||||
|
||||
#include "meta-dbus-xrandr.h"
|
||||
#include "meta-dbus-display-config.h"
|
||||
|
||||
typedef struct _MetaMonitorManagerClass MetaMonitorManagerClass;
|
||||
typedef struct _MetaMonitorManager MetaMonitorManager;
|
||||
|
Reference in New Issue
Block a user