diff options
author | Armin Weatherwax | 2010-07-01 15:19:49 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-07-01 15:19:49 +0200 |
commit | 1ac763405f15934beb156a9db67337de84a68755 (patch) | |
tree | 3d9dc875833b1a61d144120eb45c686e2af304ad /linden/indra/newview/llappviewerlinux.h | |
parent | retry joystick detection when opening prefs-input-joystick (diff) | |
download | meta-impy-1ac763405f15934beb156a9db67337de84a68755.zip meta-impy-1ac763405f15934beb156a9db67337de84a68755.tar.gz meta-impy-1ac763405f15934beb156a9db67337de84a68755.tar.bz2 meta-impy-1ac763405f15934beb156a9db67337de84a68755.tar.xz |
add dbus method to retry joystick detection
Diffstat (limited to 'linden/indra/newview/llappviewerlinux.h')
-rw-r--r-- | linden/indra/newview/llappviewerlinux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewerlinux.h b/linden/indra/newview/llappviewerlinux.h index d757639..84074ec 100644 --- a/linden/indra/newview/llappviewerlinux.h +++ b/linden/indra/newview/llappviewerlinux.h | |||
@@ -84,6 +84,7 @@ typedef struct | |||
84 | 84 | ||
85 | extern "C" { | 85 | extern "C" { |
86 | gboolean viewer_app_api_GoSLURL(ViewerAppAPI *obj, gchar *slurl, gboolean **success_rtn, GError **error); | 86 | gboolean viewer_app_api_GoSLURL(ViewerAppAPI *obj, gchar *slurl, gboolean **success_rtn, GError **error); |
87 | gboolean viewer_app_api_HotplugJoystick(ViewerAppAPI *obj, gchar *dummy, gboolean **success_rtn, GError **error); | ||
87 | } | 88 | } |
88 | 89 | ||
89 | #define VIEWERAPI_SERVICE "com.secondlife.ViewerAppAPIService" | 90 | #define VIEWERAPI_SERVICE "com.secondlife.ViewerAppAPIService" |