emacs-devel
[Top][All Lists]
Advanced

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

Re: More enhancements to fringe bitmaps.


From: Tak Ota
Subject: Re: More enhancements to fringe bitmaps.
Date: Mon, 09 Feb 2004 11:54:30 -0800 (PST)

I needed to apply following two modification for successful build
under win32 environment.

-Tak

*** pure/emacs-21.3.50/src/Makefile.w32-in      Wed Jan 28 15:24:00 2004
--- emacs-21.3.50/src/Makefile.w32-in   Mon Feb  9 10:56:00 2004
***************
*** 118,124 ****
        $(BLD)/coding.$(O)                      \
        $(BLD)/category.$(O)                    \
        $(BLD)/ccl.$(O)                         \
!       $(BLD)/fontset.$(O)
  
  WIN32OBJ = $(BLD)/w32term.$(O)                        \
           $(BLD)/w32xfns.$(O)                  \
--- 118,125 ----
        $(BLD)/coding.$(O)                      \
        $(BLD)/category.$(O)                    \
        $(BLD)/ccl.$(O)                         \
!       $(BLD)/fontset.$(O)                     \
!       $(BLD)/fringe.$(O)
  
  WIN32OBJ = $(BLD)/w32term.$(O)                        \
           $(BLD)/w32xfns.$(O)                  \


*** pure/emacs-21.3.50/src/w32term.c    Sun Feb  8 22:37:26 2004
--- emacs-21.3.50/src/w32term.c Mon Feb  9 10:50:26 2004
***************
*** 698,704 ****
    else
      w32_clip_to_row (w, row, hdc);
  
!   if (p->bx >= 0 !p->overlay_p)
      {
        w32_fill_area (f, hdc, face->background,
                     p->bx, p->by, p->nx, p->ny);
--- 698,704 ----
    else
      w32_clip_to_row (w, row, hdc);
  
!   if (p->bx >= 0 && !p->overlay_p)
      {
        w32_fill_area (f, hdc, face->background,
                     p->bx, p->by, p->nx, p->ny);





reply via email to

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