emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.h


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h
Date: Sun, 27 Jan 2002 11:44:11 -0500

Index: emacs/src/xterm.h
diff -c emacs/src/xterm.h:1.125 emacs/src/xterm.h:1.126
*** emacs/src/xterm.h:1.125     Sun Jan 13 07:21:19 2002
--- emacs/src/xterm.h   Sun Jan 27 11:44:10 2002
***************
*** 157,163 ****
    /* The Visual being used for this display.  */
    Visual *visual;
  
!   /* THe colormap being used.  */
    Colormap cmap;
    
    /* Number of panes on this screen.  */
--- 157,163 ----
    /* The Visual being used for this display.  */
    Visual *visual;
  
!   /* The colormap being used.  */
    Colormap cmap;
    
    /* Number of panes on this screen.  */
***************
*** 618,624 ****
  
  enum
  {
!   /* Values used as a bit mask, BOTH == WIDTH | HEIGH */
    FULLSCREEN_NONE       = 0,
    FULLSCREEN_WIDTH      = 1,
    FULLSCREEN_HEIGHT     = 2,
--- 618,624 ----
  
  enum
  {
!   /* Values used as a bit mask, BOTH == WIDTH | HEIGHT.  */
    FULLSCREEN_NONE       = 0,
    FULLSCREEN_WIDTH      = 1,
    FULLSCREEN_HEIGHT     = 2,



reply via email to

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