grim/guifications3

81b6eb60b38d
moved guifications-daemon to the new GFLIB_PROJECT macro
<?xml version="1.0" encoding="utf-8"?>
<digraph>
<objects color="powderblue" shape="box" style="filled,rounded">
<object name="d_workstation" label="Workstation"/>
</objects>
<objects color="palegreen" shape="note" style="filled">
<object name="a_chat" label="Chat"/>
</objects>
<objects color="lightyellow" shape="component" style="filled">
<object name="n_popup" label="Graphical Notification"/>
</objects>
<relations>
<!-- applications -->
<relation start="a_chat" end="d_workstation"/>
<!-- notifications -->
<relation start="d_workstation" end="n_popup"/>
</relations>
</digraph>