From: YAMAMOTO Mitsuharu Date: Fri, 19 May 2006 09:11:14 +0000 (+0000) Subject: (x_set_border_width): Remove #ifndef MAC_OS. X-Git-Tag: emacs-pretest-22.0.90~2497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3e86bf2b6d8eca30779881622b22285787f6262;p=emacs.git (x_set_border_width): Remove #ifndef MAC_OS. --- diff --git a/src/frame.c b/src/frame.c index 1c3a30c9e1c..6e2a1a21e55 100644 --- a/src/frame.c +++ b/src/frame.c @@ -3139,10 +3139,8 @@ x_set_border_width (f, arg, oldval) if (XINT (arg) == f->border_width) return; -#ifndef MAC_OS if (FRAME_X_WINDOW (f) != 0) error ("Cannot change the border width of a frame"); -#endif /* MAC_TODO */ f->border_width = XINT (arg); }