summaryrefslogtreecommitdiffstats
path: root/src/application.c
Commit message (Collapse)AuthorAgeFilesLines
* mq_window_new(): Accept MqApplication argumentPatrick McDermott2017-09-221-1/+1
| | | | | | | | | | | | Breaks build due to types not being defined soon enough in circularly dependent headers: CC src/marquee-main.o In file included from src/application.h:27:0, from src/main.c:30: src/window.h:35:15: error: unknown type name ‘MqApplication’ mq_window_new(MqApplication *application, gchar **uris); ^
* mq_application_delete_window(): New functionPatrick McDermott2017-09-221-0/+9
|
* Enable WK favicon DB in MqApplication, not main()Patrick McDermott2017-09-221-0/+4
|
* src/application.[ch]: New filesPatrick McDermott2017-09-221-0/+59