summaryrefslogtreecommitdiffstats
path: root/export.map
AgeCommit message (Collapse)AuthorFilesLines
2017-08-08Implement window manager as an AGL App-FW bindingMarcus Fritzsch1-0/+1
* Compile to shared object module, to be loaded by afb-daemon. * Take most of main, rewrite to adhere to the AFB API. * Implement dummy API call winman/status. * Use export.map to specify symbol visibility. * Poller and unique_fd are currently useless/unused. * Logging is still only to stdout/stderr. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>