emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114494: * fringe.c (toplevel): Do not use HAVE_WIND


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r114494: * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because
Date: Wed, 02 Oct 2013 11:51:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114494
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Wed 2013-10-02 15:49:24 +0400
message:
  * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because
  this module is never compiled otherwise.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/fringe.c                   fringe.c-20091113204419-o5vbwnq5f7feedwu-2965
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-10-02 03:26:29 +0000
+++ b/src/ChangeLog     2013-10-02 11:49:24 +0000
@@ -1,3 +1,8 @@
+2013-10-02  Dmitry Antipov  <address@hidden>
+
+       * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because
+       this module is never compiled otherwise.
+
 2013-10-01  Alp Aker  <address@hidden>
 
        * macfont.m (macfont_draw): Use CGRectMake rather than NSMakeRect

=== modified file 'src/fringe.c'
--- a/src/fringe.c      2013-08-13 14:45:58 +0000
+++ b/src/fringe.c      2013-10-02 11:49:24 +0000
@@ -29,8 +29,6 @@
 #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 @@
 }
 
 #endif /* HAVE_NTGUI */
-
-#endif /* HAVE_WINDOW_SYSTEM */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]