put typedefs and defs in header

This commit is contained in:
Christopher Jeffrey
2012-02-08 04:34:33 -06:00
parent cfe78e7ca5
commit eee5668600
2 changed files with 0 additions and 113 deletions

View File

@@ -1,4 +1,3 @@
#if 0
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -108,7 +107,6 @@ typedef struct _fade {
void (*callback) (Display *dpy, win *w);
Display *dpy;
} fade;
#endif
int
get_time_in_milliseconds();