X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=browser-switchboard.h;h=26f92d8588731421aca23256b5a106e6824e3bb7;hp=726a553b612c30ac224f42ac8640172962d4e9bb;hb=23f835f34c3b7ac183e3cf103ae8e1d46334b191;hpb=42f0af690415fc59317203a187501c00c012c9d9 diff --git a/browser-switchboard.h b/browser-switchboard.h index 726a553..26f92d8 100644 --- a/browser-switchboard.h +++ b/browser-switchboard.h @@ -27,8 +27,13 @@ struct swb_context { int continuous_mode; void (*default_browser_launcher)(struct swb_context *, char *); char *other_browser_cmd; +#ifdef FREMANTLE + int autostart_microb; +#endif DBusGConnection *session_bus; DBusGProxy *dbus_proxy; + DBusGConnection *system_bus; + DBusGProxy *dbus_system_proxy; }; #endif /* _BROWSER_SWITCHBOARD_H */