Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all allocated stuff)
[dmenu.git]
/
dmenu.h
diff --git
a/dmenu.h
b/dmenu.h
index
75b6266
..
2a8796f
100644
(file)
--- a/
dmenu.h
+++ b/
dmenu.h
@@
-9,7
+9,6
@@
#define SPACE 30 /* px */
#define SPACE 30 /* px */
-typedef struct Brush Brush;
typedef struct DC DC;
typedef struct Fnt Fnt;
typedef struct DC DC;
typedef struct Fnt Fnt;