Revision c1b1f7f5fdfceafe4b0f05d678a6f01dc6fc0481 authored by Joshua Cogliati on 08 March 2021, 03:25:21 UTC, committed by GitHub on 08 March 2021, 03:25:21 UTC
ISSUE-95: Remove special case for short waits to prevent system locking
2 parent s c01254e + 0f418e6
Raw File
nographics.c

/* A dummy graphics implementation for Unix */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef X_DISPLAY_MISSING

int pw, ph, pc, pm, pv, px, py, bg;

#ifndef HAVE_WX
char *LogoPlatformName="Unix-Nographics";

void nop()
{
}
#endif
#endif
back to top