7 lines
105 B
C
7 lines
105 B
C
|
typedef struct {
|
||
|
char* icon;
|
||
|
char* command;
|
||
|
unsigned int interval;
|
||
|
unsigned int signal;
|
||
|
} Block;
|