Changeset 390
- Timestamp:
- Jan 4, 2005, 12:02:45 AM (18 years ago)
- Location:
- pwntcha/trunk
- Files:
-
- 2 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/Makefile.am
r383 r390 7 7 bootstrap \ 8 8 ChangeLog \ 9 share/font_dilated_half.png \ 9 share/font_slashdot.png \ 10 share/font_phpbb.png \ 11 extras/NOTES \ 12 extras/usercp_confirm.php \ 10 13 $(NULL) 11 14 -
pwntcha/trunk/src/slashdot.c
r389 r390 20 20 /* Our macros */ 21 21 #define FACTOR 1 22 #define FONTNAME "share/font_ dilated_half.png" // use with FACTOR = 122 #define FONTNAME "share/font_slashdot.png" // use with FACTOR = 1 23 23 //#define FONTNAME "share/font.png" // use with FACTOR = 2 24 24 //#define FONTNAME "share/font_dilated.png" // use with FACTOR = 2
Note: See TracChangeset
for help on using the changeset viewer.