perf ui/gtk: Introduce struct perf_gtk_context
authorNamhyung Kim <namhyung@gmail.com>
Tue, 29 May 2012 04:22:59 +0000 (13:22 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 19 Jun 2012 16:06:18 +0000 (13:06 -0300)
commit42ab68a35ffee04700648ec42c9507145a66837d
treed447878f8831a472534cddac6cdd5f2e23d5be92
parentba47a142d9f9b84e0464a11b7a067e5ad95c5d4b
perf ui/gtk: Introduce struct perf_gtk_context

The struct perf_gtk_context is for tracking current state of GTK window
and/or other things. This is a preparation of next changes.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Acked-by: Pekka Enberg <penberg@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1338265382-6872-5-git-send-email-namhyung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/gtk/browser.c
tools/perf/ui/gtk/gtk.h
tools/perf/ui/gtk/util.c