emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Fri, 04 Apr 2003 16:15:53 -0500

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.187 emacs/src/w32term.c:1.188
*** emacs/src/w32term.c:1.187   Mon Mar 31 16:15:51 2003
--- emacs/src/w32term.c Fri Apr  4 16:15:53 2003
***************
*** 296,303 ****
  #endif /* 0 */
  
  
! void XChangeGC (void * ignore, XGCValues* gc, unsigned long mask,
!                 XGCValues *xgcv)
  {
    if (mask & GCForeground)
      gc->foreground = xgcv->foreground;
--- 296,304 ----
  #endif /* 0 */
  
  
! void
! XChangeGC (void * ignore, XGCValues* gc, unsigned long mask,
!          XGCValues *xgcv)
  {
    if (mask & GCForeground)
      gc->foreground = xgcv->foreground;
***************
*** 318,324 ****
    return gc;
  }
  
! void XGetGCValues (void* ignore, XGCValues *gc,
                     unsigned long mask, XGCValues *xgcv)
  {
    XChangeGC (ignore, xgcv, mask, gc);
--- 319,326 ----
    return gc;
  }
  
! void
! XGetGCValues (void* ignore, XGCValues *gc,
                     unsigned long mask, XGCValues *xgcv)
  {
    XChangeGC (ignore, xgcv, mask, gc);
***************
*** 5939,5945 ****
  }
  
  /* Window manager things */
! void x_wm_set_icon_position (f, icon_x, icon_y)
       struct frame *f;
       int icon_x, icon_y;
  {
--- 5941,5948 ----
  }
  
  /* Window manager things */
! void
! x_wm_set_icon_position (f, icon_x, icon_y)
       struct frame *f;
       int icon_x, icon_y;
  {




reply via email to

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