* fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because
this module is never compiled otherwise.
This commit is contained in:
parent
45435f0857
commit
a30ddace90
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-10-02 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because
|
||||
this module is never compiled otherwise.
|
||||
|
||||
2013-10-01 Alp Aker <alp.tekin.aker@gmail.com>
|
||||
|
||||
* macfont.m (macfont_draw): Use CGRectMake rather than NSMakeRect
|
||||
|
|
|
@ -29,8 +29,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include "blockinput.h"
|
||||
#include "termhooks.h"
|
||||
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
|
||||
/* Fringe bitmaps are represented in three different ways:
|
||||
|
||||
Logical bitmaps are used internally to denote things like
|
||||
|
@ -1863,5 +1861,3 @@ w32_reset_fringes (void)
|
|||
}
|
||||
|
||||
#endif /* HAVE_NTGUI */
|
||||
|
||||
#endif /* HAVE_WINDOW_SYSTEM */
|
||||
|
|
Loading…
Add table
Reference in a new issue