$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
ActionNotification Struct Reference

Represents a single active notification. More...

#include <action_notifier.h>

Data Fields

char text [128]
 
float lifetime
 
float max_lifetime
 
int active
 

Detailed Description

Represents a single active notification.

Field Documentation

◆ active

int ActionNotification::active

Whether this slot is occupied.

◆ lifetime

float ActionNotification::lifetime

Current time active (seconds).

◆ max_lifetime

float ActionNotification::max_lifetime

Total time to display (seconds).

◆ text

char ActionNotification::text[128]

The documentation for this struct was generated from the following file: