Changeset 1275
- Timestamp:
- Nov 5, 2006, 6:27:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cxx/cxxtest.cpp
r1269 r1275 4 4 * All Rights Reserved 5 5 * 6 * $Id : cpptest.cpp 784 2006-06-10 11:35:18Z jylam$6 * $Id$ 7 7 * 8 8 * This program is free software; you can redistribute it and/or … … 80 80 /* printf works */ 81 81 qq->setColorANSI(CUCUL_LIGHTBLUE, CUCUL_BLACK); 82 qq->Printf( 30,15, "Powered by libcaca %s", VERSION);82 qq->Printf((qq->getWidth()/2) - 10 ,qq->getHeight()/2, "Powered by libcaca %s", VERSION); 83 83 84 84 /* Blit */ 85 85 kk->Display(); 86 qq->Clear(); 86 87 87 88 x+=ix;
Note: See TracChangeset
for help on using the changeset viewer.