ui.h 187 B

123456789101112
  1. #ifndef _PERF_UI_H_
  2. #define _PERF_UI_H_ 1
  3. #include <pthread.h>
  4. #include <stdbool.h>
  5. extern pthread_mutex_t ui__lock;
  6. void ui__refresh_dimensions(bool force);
  7. #endif /* _PERF_UI_H_ */