document what SDL_gfx is used for

This commit is contained in:
Gwenhael Le Moine 2023-09-13 16:21:14 +02:00
parent ea8857d122
commit 05faaf6f1a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 3 additions and 2 deletions

View file

@ -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 );

View file

@ -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