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

Diff of /emacs/src/xterm.c

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

revision 1.803 by rms, Tue Jul 29 17:38:21 2003 UTC revision 1.804 by jhd, Thu Jul 31 16:10:53 2003 UTC
# Line 7474  x_bitmap_icon (f, file) Line 7474  x_bitmap_icon (f, file)
7474  #ifdef USE_GTK  #ifdef USE_GTK
7475        /* Use gtk_window_set_icon_from_file() if available,        /* Use gtk_window_set_icon_from_file() if available,
7476           It's not restricted to bitmaps */           It's not restricted to bitmaps */
7477        if (!xg_set_icon(f, file))        if (xg_set_icon(f, file))
7478          return 0;          return 0;
7479  #endif /* USE_GTK */  #endif /* USE_GTK */
7480        bitmap_id = x_create_bitmap_from_file (f, file);        bitmap_id = x_create_bitmap_from_file (f, file);

Legend:
Removed from v.1.803  
changed lines
  Added in v.1.804

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