Mercurial > audlegacy
annotate audacious/build_stamp.h @ 1048:b10e09537428 trunk
[svn] - self-caching transparency generator (right now we have a blend constant of 60%)
author | nenolod |
---|---|
date | Sun, 14 May 2006 16:05:32 -0700 |
parents | 1947144093bc |
children |
rev | line source |
---|---|
530
1947144093bc
[svn] When running SVN, make a note of the SVN version. The SVN version is stored in build_stamp.c.
nenolod
parents:
diff
changeset
|
1 #ifndef BUILD_STAMP_H |
1947144093bc
[svn] When running SVN, make a note of the SVN version. The SVN version is stored in build_stamp.c.
nenolod
parents:
diff
changeset
|
2 #define BUILD_STAMP_H |
1947144093bc
[svn] When running SVN, make a note of the SVN version. The SVN version is stored in build_stamp.c.
nenolod
parents:
diff
changeset
|
3 |
1947144093bc
[svn] When running SVN, make a note of the SVN version. The SVN version is stored in build_stamp.c.
nenolod
parents:
diff
changeset
|
4 #include <glib.h> |
1947144093bc
[svn] When running SVN, make a note of the SVN version. The SVN version is stored in build_stamp.c.
nenolod
parents:
diff
changeset
|
5 |
1947144093bc
[svn] When running SVN, make a note of the SVN version. The SVN version is stored in build_stamp.c.
nenolod
parents:
diff
changeset
|
6 extern const gchar *svn_stamp; |
1947144093bc
[svn] When running SVN, make a note of the SVN version. The SVN version is stored in build_stamp.c.
nenolod
parents:
diff
changeset
|
7 |
1947144093bc
[svn] When running SVN, make a note of the SVN version. The SVN version is stored in build_stamp.c.
nenolod
parents:
diff
changeset
|
8 #endif |