parent
f86f8e8ed8
commit
c754d6fdfb
15 changed files with 91 additions and 108 deletions
|
@ -98,6 +98,12 @@ typedef struct {
|
|||
void *xt;
|
||||
} Xtype;
|
||||
|
||||
typedef union {
|
||||
float f;
|
||||
int i;
|
||||
unsigned int ui;
|
||||
} floatint_t;
|
||||
|
||||
#include "config.h"
|
||||
typedef struct metrics {
|
||||
unsigned char size, align, outofline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue