From 787092312440d536373b33f82b1408b217f34600 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 9 Dec 1999 17:41:58 +0000 Subject: [PATCH] (PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE. --- src/frame.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frame.h b/src/frame.h index 06d1e181b15..00434610317 100644 --- a/src/frame.h +++ b/src/frame.h @@ -59,6 +59,8 @@ enum vertical_scroll_bar_type #if !defined(HAVE_X_WINDOWS) +#define PIX_TYPE int + /* A (mostly empty) x_output structure definition for building Emacs on Unix and GNU/Linux without X support. */ struct x_output -- 2.39.5