|
Lines 26-31
static double t0, t1, t2;
Link Here
|
| 26 |
#include <Emotion.h> |
26 |
#include <Emotion.h> |
| 27 |
#endif |
27 |
#endif |
| 28 |
|
28 |
|
|
|
29 |
#include <dbus/dbus.h> |
| 30 |
|
| 29 |
/* |
31 |
/* |
| 30 |
* i need to make more use of these when i'm baffled as to when something is |
32 |
* i need to make more use of these when i'm baffled as to when something is |
| 31 |
* up. other hooks: |
33 |
* up. other hooks: |
|
Lines 175-180
main(int argc, char **argv)
Link Here
|
| 175 |
#endif |
177 |
#endif |
| 176 |
|
178 |
|
| 177 |
TS("Begin Startup"); |
179 |
TS("Begin Startup"); |
|
|
180 |
TS("Set up the D-Bus session address"); |
| 181 |
/* TODO: Check the address to be a socket. */ |
| 182 |
dbus_setup_session_address(getenv("DBUS_SESSION_BUS_ADDRESS")); |
| 178 |
|
183 |
|
| 179 |
/* trap deadly bug signals and allow some form of sane recovery */ |
184 |
/* trap deadly bug signals and allow some form of sane recovery */ |
| 180 |
/* or ability to gdb attach and debug at this point - better than your */ |
185 |
/* or ability to gdb attach and debug at this point - better than your */ |