Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk ui_util.h Makefile.am ui_util.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Mar 2001 20:23:09 -0600 (CST)
guy         2001/03/23 20:23:09 CST

  Modified files:
    gtk                  Makefile.am ui_util.c 
  Added files:
    gtk                  ui_util.h 
  Log:
  "reactivate_window()" is used only by stuff in the "gtk" directory, and
  has an API that depends on GTK+.  "set_main_window_name()" is
  UI-toolkit-independent.  Declare the former in a new "gtk/ui_util.h"
  file, rather than in "ui_util.h"; this helps separate
  UI-toolkit-independent stuff from UI-toolkit-dependent stuff.
  
  Revision  Changes    Path
  1.35      +3 -2      ethereal/gtk/Makefile.am
  1.4       +2 -1      ethereal/gtk/ui_util.c