Update status again, the result for GDK_DISABLE_DEPRECATE is

close, thanks to Anders' work.

svn path=/trunk/; revision=38494
This commit is contained in:
Jörg Mayer 2011-08-12 10:48:04 +00:00
parent 60495e3e64
commit 47977a8039

View file

@ -36,33 +36,21 @@ There are two ways to make the Wireshark code gtk3 ready:
- GTK_OBJECT -> sanity check + cast, can probably be removed
Some statistics (as of rev 38402)
Some statistics (as of rev 38493)
-DGDK_DISABLE_DEPRECATED
grep error: make.log| grep -v assignment | cut -d: -f5 | sort | uniq -c
1 implicit declaration of function gdk_draw_arc
1 implicit declaration of function gdk_draw_drawable
2 implicit declaration of function gdk_draw_layout
4 implicit declaration of function gdk_draw_line
1 implicit declaration of function gdk_draw_layout
3 implicit declaration of function gdk_draw_line
1 implicit declaration of function gdk_draw_pixbuf
1 implicit declaration of function gdk_draw_pixmap
1 implicit declaration of function gdk_draw_polygon
2 implicit declaration of function gdk_draw_rectangle
3 implicit declaration of function gdk_gc_new
1 implicit declaration of function gdk_gc_set_fill
2 implicit declaration of function gdk_gc_new
2 implicit declaration of function gdk_gc_set_foreground
1 implicit declaration of function gdk_gc_set_function
1 implicit declaration of function gdk_gc_set_line_attributes
1 implicit declaration of function gdk_gc_set_rgb_fg_color
1 implicit declaration of function gdk_gc_set_tile
1 implicit declaration of function gdk_gc_set_ts_origin
1 implicit declaration of function gdk_pixmap_create_from_xpm_d
-DGTK_DISABLE_DEPRECATED
The only place where this will cause trouble is menus.c if
we are building without UI_MANAGER - in that case it gets
disbled there.
menus.c will only be checked if building with UI_MANAGER enabled:
Is turned on if building with UI_MANAGER.
autofoo: configure ... --enable-uimanager ...
cmake: cmake ... -DUI_MANAGER=ON ...
Right now UI_MANAGER=ON looses the proto_help functionality and quite