X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Funix.h;fp=unix%2Funix.h;h=36bf02bb8b5c9c24381782f21f56495e49fe620c;hb=5de838a979f75380c5fc4bec39646b81b44bd9b6;hp=90922451797a9f41491cdee5be1282c8177a10fd;hpb=1fa0b5a1ac21ae204f5514203e2fa1d5ea287a67;p=PuTTY.git diff --git a/unix/unix.h b/unix/unix.h index 90922451..36bf02bb 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -210,4 +210,13 @@ extern Backend serial_backend; */ int so_peercred(int fd, int *pid, int *uid, int *gid); +/* + * Default font setting, which can vary depending on NOT_X_WINDOWS. + */ +#ifdef NOT_X_WINDOWS +#define DEFAULT_GTK_FONT "client:Monospace 12" +#else +#define DEFAULT_GTK_FONT "server:fixed" +#endif + #endif