URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee7f9c33f63532bc69899a0750177756be53c0c1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ee7f9c3 by Michael Mann (mmann78@xxxxxxxxxxxx):
Pacify GTK checkAPIs.pl warnings.
Add "Wireshark" macros to old-gtk-compat.h for GTK APIs that have been deprecated.
The macros are setup by version number to limit their proliferation (not that I
suspect much development will really be done there since GTK is deprecated).
Just want to make buildbots happy for the time being.
Change-Id: I095f850065166a0bc2e2456fb2e886ab64fdd97d
Reviewed-on: https://code.wireshark.org/review/16635
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 688d055 zvt: use a hash table for the bitmaps
adds ee7f9c3 Pacify GTK checkAPIs.pl warnings.
Summary of changes:
ui/gtk/bytes_view.c | 2 +-
ui/gtk/capture_dlg.c | 2 +-
ui/gtk/extcap_gtk.c | 1 +
ui/gtk/graph_analysis.c | 20 ++++++++++----------
ui/gtk/gui_utils.c | 8 ++++----
ui/gtk/iax2_analysis.c | 4 ++--
ui/gtk/io_stat.c | 4 ++--
ui/gtk/memory_dlg.c | 4 ++--
ui/gtk/old-gtk-compat.h | 15 +++++++++++++++
ui/gtk/rlc_lte_graph.c | 6 +++---
ui/gtk/rtp_analysis.c | 4 ++--
ui/gtk/rtp_player.c | 6 +++---
ui/gtk/sctp_byte_graph_dlg.c | 11 ++++++-----
ui/gtk/sctp_graph_dlg.c | 11 ++++++-----
ui/gtk/tcp_graph.c | 6 +++---
15 files changed, 61 insertions(+), 43 deletions(-)