Ethereal-cvs: [Ethereal-cvs] rev 17285: /trunk/gtk/: Makefile.am Makefile.nmake file_dlg.c pri

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

Date: Mon, 13 Feb 2006 21:25:45 GMT
User: gerald
Date: 2006/02/13 03:25 PM

Log:
 Copy over the file open/save code from the Win32 native branch.
 The Windows-native routines were integrated by inserting
 
 #if GTK_MAJOR_VERSION >= 2 && _WIN32
   win32_native_routine(GDK_WINDOW_HWND(top_level->window));
   return;
 #endif
 
 at the beginning of each GTK+ file routine.  There's probably a prettier
 way to do this.
 
 Some of the sizes need to be tweaked in win32-file-dlg.rc, but everything
 seems to work.
 
 Fix up whitespace.

Directory: /trunk/gtk/
  Changes    Path                Action
  +3 -1      Makefile.am         Modified
  +2 -1      Makefile.nmake      Modified
  +65 -32    file_dlg.c          Modified
  +39 -8     print_dlg.c         Modified
  +30 -20    proto_draw.c        Modified
  +1453 -0   win32-file-dlg.c    Added
  +133 -0    win32-file-dlg.h    Added

Directory: /trunk/image/
  Changes    Path                 Action
  +2 -0      ethereal.rc.in       Modified
  +135 -0    win32-file-dlg.rc    Added

Directory: /trunk/
  Changes    Path              Action
  +1 -0      Makefile.am       Modified
  +1 -1      Makefile.nmake    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17285&view=rev