perf ui: Reimplement ui__popup_menu using ui__browser
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 Oct 2011 09:11:03 +0000 (07:11 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 Oct 2011 15:06:23 +0000 (13:06 -0200)
commit1056d3dd9416740ec7d31348ca5f55009dc06bf3
tree7b5b9774f01b92b9f615237eeb9d4b37fd73e473
parent2ba908ecfc4697dd856a526a9d4d4bd28e64a9cd
perf ui: Reimplement ui__popup_menu using ui__browser

Right now let it work just like the other browsers: in full screen, at
the top left corner. If people complain we can revisit, I found it OK
and the laziest/quickest approach at reusing the ui_browser ;-)

Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-4bgeqizcxh04q0sk24cw43gk@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/ui/browser.c
tools/perf/util/ui/browser.h
tools/perf/util/ui/util.c