mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
6 lines
76 B
C
6 lines
76 B
C
#include "display.h"
|
|
|
|
int do_journal(struct Display *dpy)
|
|
{
|
|
return 0;
|
|
}
|