perf ui: Improve handling sigwinch a bit
[pandora-kernel.git] / tools / perf / util / ui / ui.h
index d264e05..7b67045 100644 (file)
@@ -2,7 +2,10 @@
 #define _PERF_UI_H_ 1
 
 #include <pthread.h>
+#include <stdbool.h>
 
 extern pthread_mutex_t ui__lock;
 
+void ui__refresh_dimensions(bool force);
+
 #endif /* _PERF_UI_H_ */