diff options
Diffstat (limited to 'platform/x11/x11_main.c')
-rw-r--r-- | platform/x11/x11_main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/x11/x11_main.c b/platform/x11/x11_main.c index bdc13dfc..86ddfc46 100644 --- a/platform/x11/x11_main.c +++ b/platform/x11/x11_main.c @@ -780,6 +780,16 @@ void winopenuri(pdfapp_t *app, char *buf) waitpid(pid, NULL, 0); } +int winquery(pdfapp_t *app, const char *query) +{ + return QUERY_NO; +} + +int wingetcertpath(char *buf, int len) +{ + return 0; +} + static void onkey(int c, int modifiers) { advance_scheduled = 0; |