From: Yuuki Harano Date: Fri, 26 Jul 2019 14:55:03 +0000 (+0900) Subject: init border_pixel. X-Git-Tag: emacs-29.0.90~3840 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea3ecd320c441675e83f2325785bbb600711f3ac;p=emacs.git init border_pixel. * ../src/pgtkfns.c (Fx_create_frame): remove if preprocessor --- diff --git a/src/pgtkfns.c b/src/pgtkfns.c index a9293c5bbbc..845c2c6f331 100644 --- a/src/pgtkfns.c +++ b/src/pgtkfns.c @@ -1045,9 +1045,7 @@ This function is an internal primitive--use `make-frame' instead. */) FRAME_BACKGROUND_PIXEL (f) = -1; FRAME_X_OUTPUT(f)->cursor_color = -1; FRAME_X_OUTPUT(f)->cursor_foreground_color = -1; -#if 0 FRAME_X_OUTPUT(f)->border_pixel = -1; -#endif FRAME_X_OUTPUT(f)->mouse_color = -1; black = build_string ("black"); @@ -1059,10 +1057,8 @@ This function is an internal primitive--use `make-frame' instead. */) = x_decode_color (f, black, BLACK_PIX_DEFAULT (f)); FRAME_X_OUTPUT(f)->cursor_foreground_color = x_decode_color (f, black, BLACK_PIX_DEFAULT (f)); -#if 0 FRAME_X_OUTPUT(f)->border_pixel = x_decode_color (f, black, BLACK_PIX_DEFAULT (f)); -#endif FRAME_X_OUTPUT(f)->mouse_color = x_decode_color (f, black, BLACK_PIX_DEFAULT (f)); }