Skip to content
Snippets Groups Projects
Commit 5886376b authored by Simon McVittie's avatar Simon McVittie
Browse files

launcher: Move generic D-Bus constants to a common header

parent a232d57d
Branches
Tags
1 merge request!170Preparation for input portal
...@@ -33,10 +33,6 @@ ...@@ -33,10 +33,6 @@
#include "launcher1.h" #include "launcher1.h"
#define DBUS_NAME_DBUS "org.freedesktop.DBus"
#define DBUS_INTERFACE_DBUS DBUS_NAME_DBUS
#define DBUS_PATH_DBUS "/org/freedesktop/DBus"
#define LAUNCHER_IFACE "com.steampowered.PressureVessel.Launcher1" #define LAUNCHER_IFACE "com.steampowered.PressureVessel.Launcher1"
#define LAUNCHER_PATH "/com/steampowered/PressureVessel/Launcher1" #define LAUNCHER_PATH "/com/steampowered/PressureVessel/Launcher1"
......
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
#include <glib.h> #include <glib.h>
#define DBUS_NAME_DBUS "org.freedesktop.DBus"
#define DBUS_INTERFACE_DBUS DBUS_NAME_DBUS
#define DBUS_PATH_DBUS "/org/freedesktop/DBus"
#ifndef PR_GET_CHILD_SUBREAPER #ifndef PR_GET_CHILD_SUBREAPER
#define PR_GET_CHILD_SUBREAPER 37 #define PR_GET_CHILD_SUBREAPER 37
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment