/[emacs]/emacs/src/w32term.c
ViewVC logotype

Diff of /emacs/src/w32term.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.187 by lektu, Mon Mar 31 21:15:51 2003 UTC revision 1.188 by rms, Fri Apr 4 21:15:53 2003 UTC
# Line 296  record_event (locus, type) Line 296  record_event (locus, type)
296  #endif /* 0 */  #endif /* 0 */
297    
298    
299  void XChangeGC (void * ignore, XGCValues* gc, unsigned long mask,  void
300                  XGCValues *xgcv)  XChangeGC (void * ignore, XGCValues* gc, unsigned long mask,
301               XGCValues *xgcv)
302  {  {
303    if (mask & GCForeground)    if (mask & GCForeground)
304      gc->foreground = xgcv->foreground;      gc->foreground = xgcv->foreground;
# Line 318  XGCValues *XCreateGC (void * ignore, Win Line 319  XGCValues *XCreateGC (void * ignore, Win
319    return gc;    return gc;
320  }  }
321    
322  void XGetGCValues (void* ignore, XGCValues *gc,  void
323    XGetGCValues (void* ignore, XGCValues *gc,
324                     unsigned long mask, XGCValues *xgcv)                     unsigned long mask, XGCValues *xgcv)
325  {  {
326    XChangeGC (ignore, xgcv, mask, gc);    XChangeGC (ignore, xgcv, mask, gc);
# Line 5939  x_wm_set_size_hint (f, flags, user_posit Line 5941  x_wm_set_size_hint (f, flags, user_posit
5941  }  }
5942    
5943  /* Window manager things */  /* Window manager things */
5944  void x_wm_set_icon_position (f, icon_x, icon_y)  void
5945    x_wm_set_icon_position (f, icon_x, icon_y)
5946       struct frame *f;       struct frame *f;
5947       int icon_x, icon_y;       int icon_x, icon_y;
5948  {  {

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.188

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26