aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/STATUS.gtk3
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-08-08 07:09:33 +0000
committerJörg Mayer <jmayer@loplof.de>2012-08-08 07:09:33 +0000
commit3b8d3f5fe51b20855ab6d0fb40e9a6157f8f317d (patch)
tree789e89342196b20300d3fd5cce9cc5db8ace4a65 /ui/gtk/STATUS.gtk3
parentf463e9de517f426b451135b2a7b1b03113f13502 (diff)
As of r44326 everything builds with GDK_DISABLE_DEPRECATED
svn path=/trunk/; revision=44327
Diffstat (limited to 'ui/gtk/STATUS.gtk3')
-rw-r--r--ui/gtk/STATUS.gtk33
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/gtk/STATUS.gtk3 b/ui/gtk/STATUS.gtk3
index e3f4f57fc6..c11c193393 100644
--- a/ui/gtk/STATUS.gtk3
+++ b/ui/gtk/STATUS.gtk3
@@ -19,7 +19,7 @@ To build Wireshark with GTK3 instead of GTK2, use:
Except in one place we are building on GTK2 using the compat flags
-DGTK_DISABLE_SINGLE_INCLUDES
-DGSEAL_ENABLE
- -DGDK_DISABLE_DEPRECATED [works everywhere except rlc_lte_graph.c]
+ -DGDK_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED
Summary: The only known files that cause some sort of problems (or lost
@@ -28,5 +28,4 @@ Summary: The only known files that cause some sort of problems (or lost
- proto_help.c (not ported to UI-MANAGER)
- tcp-graph: the crosshairs are not right
- audiograph doesn't work
- - rlc_lte_graph.c (does not compile with GTK2 and GDK_DISABLE_DEPRECATED)