diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-11-21 22:46:10 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-11-21 22:46:10 +0000 |
commit | ac9683b5c522b2d52e6f60757db2477d3bb6421c (patch) | |
tree | e221c4dd0785b37472804da35c7a490965055095 /x11-clocks/wmfuzzy/files/patch-xdisplay.h | |
parent | - Use proper directories for pixmap and desktop entry (diff) |
Update to 0.7.
Diffstat (limited to 'x11-clocks/wmfuzzy/files/patch-xdisplay.h')
-rw-r--r-- | x11-clocks/wmfuzzy/files/patch-xdisplay.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-clocks/wmfuzzy/files/patch-xdisplay.h b/x11-clocks/wmfuzzy/files/patch-xdisplay.h new file mode 100644 index 000000000000..f061a7e8c588 --- /dev/null +++ b/x11-clocks/wmfuzzy/files/patch-xdisplay.h @@ -0,0 +1,10 @@ +--- xdisplay.h.orig Sun Nov 21 17:40:24 2004 ++++ xdisplay.h Sun Nov 21 17:42:34 2004 +@@ -11,6 +11,7 @@ + * functions in display.h. + */ + #include <ctype.h> ++#include <stddef.h> + + /* Set up code. Must be called prior to x_main_loop. */ + void display_initialise(int argc, char* argv[]); |