[cairo-commit] cairo-demo/cairo-candy cairo-clock.c,1.1,1.2
commit at pdx.freedesktop.org
commit at pdx.freedesktop.org
Sun Jan 22 08:15:17 PST 2006
- Previous message: [cairo-commit]
cairo-demo/cairo-candy AUTHORS, NONE, 1.1 BUGS, NONE,
1.1 COPYING, NONE, 1.1 ChangeLog, NONE, 1.1 INSTALL, NONE,
1.1 Makefile, NONE, 1.1 NEWS, NONE, 1.1 README, NONE, 1.1 TODO,
NONE, 1.1 cairo-clock-icon.png, NONE, 1.1 cairo-clock.c, NONE,
1.1 cairo-clock.desktop, NONE, 1.1 wobbly-zini-icon.png, NONE,
1.1 wobbly-zini.c, NONE, 1.1 wobbly-zini.desktop, NONE, 1.1
- Next message: [cairo-commit] pycairo ChangeLog,1.197,1.198
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: macslow
Update of /cvs/cairo/cairo-demo/cairo-candy
In directory gabe:/tmp/cvs-serv17808
Modified Files:
cairo-clock.c
Log Message:
the inclusion of time.h was missing
Index: cairo-clock.c
===================================================================
RCS file: /cvs/cairo/cairo-demo/cairo-candy/cairo-clock.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo-clock.c 22 Jan 2006 14:01:29 -0000 1.1
+++ cairo-clock.c 22 Jan 2006 16:15:15 -0000 1.2
@@ -37,6 +37,7 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
+#include <time.h>
#include <math.h>
#define WIN_WIDTH 256
- Previous message: [cairo-commit]
cairo-demo/cairo-candy AUTHORS, NONE, 1.1 BUGS, NONE,
1.1 COPYING, NONE, 1.1 ChangeLog, NONE, 1.1 INSTALL, NONE,
1.1 Makefile, NONE, 1.1 NEWS, NONE, 1.1 README, NONE, 1.1 TODO,
NONE, 1.1 cairo-clock-icon.png, NONE, 1.1 cairo-clock.c, NONE,
1.1 cairo-clock.desktop, NONE, 1.1 wobbly-zini-icon.png, NONE,
1.1 wobbly-zini.c, NONE, 1.1 wobbly-zini.desktop, NONE, 1.1
- Next message: [cairo-commit] pycairo ChangeLog,1.197,1.198
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list