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

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:29 -0500 (CDT)
oabad       2002/09/21 06:36:29 CDT

  Modified files:
    gtk                  Makefile.am packet_win.h proto_draw.c 
                         proto_draw.h ui_util.c 
  Added files:
    gtk                  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.42      +2 -1      ethereal/gtk/Makefile.am
  1.9       +1 -4      ethereal/gtk/packet_win.h
  1.59      +13 -1     ethereal/gtk/proto_draw.c
  1.20      +1 -3      ethereal/gtk/proto_draw.h
  1.12      +2 -1      ethereal/gtk/ui_util.c