rofi
1.5.1
|
#include "mode.h"
Go to the source code of this file.
Typedefs | |
typedef struct RofiViewState | RofiViewState |
Enumerations | |
enum | MenuFlags { MENU_NORMAL = 0, MENU_PASSWORD = 1, MENU_NORMAL_WINDOW = 2, MENU_ERROR_DIALOG = 4, MENU_INDICATOR = 8 } |
void rofi_capture_screenshot | ( | void | ) |
Takes a screenshot.
Stores a screenshot of Rofi at that point in time.
Definition at line 176 of file view.c.
References CacheState, color_green, and color_reset.
Referenced by record(), and rofi_view_trigger_global_action().
void rofi_view_get_current_monitor | ( | int * | width, |
int * | height | ||
) |
Return the current monitor workarea.
Definition at line 134 of file view.c.
References CacheState.
Referenced by distance_get_pixel().
void rofi_view_workers_finalize | ( | void | ) |
void rofi_view_workers_initialize | ( | void | ) |
Initialize the threadpool
Definition at line 1815 of file view.c.
References config, rofi_view_call_thread(), Settings::threads, TICK_N, and tpool.
Referenced by main().