summaryrefslogtreecommitdiffstats
path: root/src/schemes/about/marquee.c
Commit message (Collapse)AuthorAgeFilesLines
* about:marquee: InternationalizePatrick McDermott2017-11-201-1/+2
|
* src/schemes/about/*.c: #include "paths.h" before library headersPatrick McDermott2017-11-041-1/+2
|
* about:marquee: Convert static const document var to macroPatrick McDermott2017-11-011-28/+28
| | | | | | | | | | Fixes: CC src/schemes/about/marquee-marquee.o src/schemes/about/marquee.c: In function ‘mq_about_marquee_response’: src/schemes/about/marquee.c:72:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] "DANGER", "DO NOT PRESS")); ^
* about:marquee: Fix #includePatrick McDermott2017-11-011-1/+1
| | | | | | | | | | Surprisingly, this was the error, instead of a fatal error about not finding "../paths.h": CC src/schemes/about/marquee-marquee.o src/schemes/about/marquee.c:58:1: warning: no previous prototype for ‘mq_about_marquee_response’ [-Wmissing-prototypes] mq_about_marquee_response(MqApplication *application, GHashTable *query, ^
* src/about*, src/view-source.*: Move under src/schemes/Patrick McDermott2017-11-011-0/+74