Sign in
googlers
/
maze
/
linux
/
1e11ad8dc42975d5c2bab7d478f6cd875602eda4
/
.
/
tools
/
perf
/
ui
/
gtk
/
setup.c
blob: 8295299577660b24b99405a22965316f04f96e98 [
file
] [
log
] [
blame
]
#include
"gtk.h"
#include
"../../util/cache.h"
int
perf_gtk__init
(
void
)
{
return
gtk_init_check
(
NULL
,
NULL
)
?
0
:
-
1
;
}
void
perf_gtk__exit
(
bool
wait_for_ok __used
)
{
gtk_main_quit
();
}