[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-12-g4d93576)
The branch, master has been updated
via 4d935762b66030c5b5c3c9ba791eedf90d92b5a6 (commit)
from 2e4ec93e8689501983a891280d8b1869901113c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gattrib/include/globals.h | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 4d935762b66030c5b5c3c9ba791eedf90d92b5a6
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Mon Dec 22 17:51:37 2008 +0000
gattrib: Fix compile.
gattrib used some apparently-completely-unrelated constants from
libgeda which were nuked in 9f5e54f022b73adb429633461ca88c81c394fd16.
Add them back into gattrib's header files.
:100644 100644 0816c18... 6efe0c7... M gattrib/include/globals.h
=========
Changes
=========
commit 4d935762b66030c5b5c3c9ba791eedf90d92b5a6
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Mon Dec 22 17:51:37 2008 +0000
gattrib: Fix compile.
gattrib used some apparently-completely-unrelated constants from
libgeda which were nuked in 9f5e54f022b73adb429633461ca88c81c394fd16.
Add them back into gattrib's header files.
diff --git a/gattrib/include/globals.h b/gattrib/include/globals.h
index 0816c18..6efe0c7 100644
--- a/gattrib/include/globals.h
+++ b/gattrib/include/globals.h
@@ -99,5 +99,14 @@ GtkWidget *label;
extern int verbose_mode;
extern int quiet_mode;
+/* Used to identify colors */
+#define BLACK 0
+#define WHITE 1
+#define RED 2
+#define GREEN 3
+#define BLUE 4
+#define YELLOW 5
+#define CYAN 6
+#define GREY 7
#endif
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs