diff options
Diffstat (limited to 'sysutils/cinnamon-settings-daemon/files/patch-plugins_xrandr_csd-xrandr-manager.c')
-rw-r--r-- | sysutils/cinnamon-settings-daemon/files/patch-plugins_xrandr_csd-xrandr-manager.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/cinnamon-settings-daemon/files/patch-plugins_xrandr_csd-xrandr-manager.c b/sysutils/cinnamon-settings-daemon/files/patch-plugins_xrandr_csd-xrandr-manager.c new file mode 100644 index 000000000000..38dbe7e15fb9 --- /dev/null +++ b/sysutils/cinnamon-settings-daemon/files/patch-plugins_xrandr_csd-xrandr-manager.c @@ -0,0 +1,11 @@ +--- plugins/xrandr/csd-xrandr-manager.c.orig 2018-12-29 18:51:26.289097000 +0100 ++++ plugins/xrandr/csd-xrandr-manager.c 2018-12-29 18:54:43.819478000 +0100 +@@ -149,6 +149,8 @@ + static void handle_rotate_windows (CsdXrandrManager *mgr, GnomeRRRotation rotation, guint32 timestamp); + static void rotate_touchscreens (CsdXrandrManager *mgr, GnomeRRRotation rotation); + ++void register_manager_dbus (CsdXrandrManager *manager); ++ + G_DEFINE_TYPE (CsdXrandrManager, csd_xrandr_manager, G_TYPE_OBJECT) + + static gpointer manager_object = NULL; |