Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk2 packet_list.c Makefile.am packet_win.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 21 Sep 2002 06:36:32 -0500 (CDT)
oabad       2002/09/21 06:36:31 CDT

  Modified files:
    gtk2                 Makefile.am packet_win.h proto_draw.c 
                         proto_draw.h ui_util.c 
  Added files:
    gtk2                 packet_list.c 
  Log:
  Removed all gtk calls in file.c :
  - created a few packet_list_xxx functions (ui_util.h gtk/packet_list.c
    gtk2/packet_list.c) ;
  - removed almost all "gtk/xxx" and "gtk2/xxx" includes in file.c
  
  The only remaining includes are related to color filters. We have to
  make color_filter_t GUI independent by replacing GdkColor with color_t.
  I'll work on this later.
  
  Revision  Changes    Path
  1.5       +2 -1      ethereal/gtk2/Makefile.am
  1.2       +1 -4      ethereal/gtk2/packet_win.h
  1.4       +15 -3     ethereal/gtk2/proto_draw.c
  1.2       +2 -4      ethereal/gtk2/proto_draw.h
  1.4       +2 -1      ethereal/gtk2/ui_util.c