Added crosshair implementation.

This commit is contained in:
Raimund Sacherer 2023-10-08 21:20:48 +02:00
parent 0ef07d24a9
commit c742f640af
9 changed files with 206 additions and 14 deletions

View file

@ -204,7 +204,9 @@ struct config {
uint32_t fg;
uint32_t bg;
uint32_t flash;
uint32_t flash_alpha;
uint16_t flash_alpha;
uint32_t crosshair;
uint16_t crosshair_alpha;
uint32_t table[256];
uint16_t alpha;
uint32_t selection_fg;