emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macfns.c


From: Andrew Choi
Subject: [Emacs-diffs] Changes to emacs/src/macfns.c
Date: Tue, 28 Jan 2003 12:30:13 -0500

Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.18 emacs/src/macfns.c:1.19
*** emacs/src/macfns.c:1.18     Mon Jan  6 10:20:57 2003
--- emacs/src/macfns.c  Tue Jan 28 12:30:12 2003
***************
*** 1837,1843 ****
        {
          unsigned long colorval;
          int i, pos;
!         pos = 0;
          size /= 3;
          colorval = 0;
  
--- 1837,1843 ----
        {
          unsigned long colorval;
          int i, pos;
!         pos = 16;
          size /= 3;
          colorval = 0;
  
***************
*** 1873,1879 ****
                  break;
                }
              colorval |= (value << pos);
!             pos += 0x8;
              if (i == 2)
                {
                  UNBLOCK_INPUT;
--- 1873,1879 ----
                  break;
                }
              colorval |= (value << pos);
!             pos -= 8;
              if (i == 2)
                {
                  UNBLOCK_INPUT;




reply via email to

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