document what SDL_gfx is used for
This commit is contained in:
parent
ea8857d122
commit
05faaf6f1a
2 changed files with 3 additions and 2 deletions
|
@ -2538,12 +2538,13 @@ static int button_release_all( void ) {
|
|||
}
|
||||
|
||||
void ShowConnections() {
|
||||
char text[1024];
|
||||
|
||||
if (verbose) {
|
||||
fprintf( stderr, "wire_name: %s\n", wire_name );
|
||||
fprintf( stderr, "ir_name: %s\n", ir_name );
|
||||
}
|
||||
|
||||
char text[1024];
|
||||
if (wire_name) {
|
||||
strcat( text, "wire: " );
|
||||
strcat( text, wire_name );
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "hp48.h" /* word_20, word_4 */
|
||||
|
||||
#include <SDL/SDL.h>
|
||||
#include <SDL/SDL_gfxPrimitives.h>
|
||||
#include <SDL/SDL_gfxPrimitives.h> /* lineColor(); pixelColor(); rectangleColor();stringColor(); */
|
||||
|
||||
// Colors
|
||||
#define WHITE 0
|
||||
|
|
Loading…
Reference in a new issue