redimension de l'image 3 car trop grande pour l'écran

This commit is contained in:
2025-12-07 15:14:43 +01:00
parent 34fa687031
commit a32569f17a
3 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 KiB

After

Width:  |  Height:  |  Size: 456 KiB

+1 -1
View File
@@ -65,7 +65,7 @@ int main(void){
}
else if(touche == XK_3 || touche == XK_KP_3) {
nom_image = "image3.png";
img_w = 800; img_h = 800;
img_w = 700; img_h = 700;
choix_image_fait = 3;
}
else if(touche == XK_q || touche == XK_Q) {
BIN
View File
Binary file not shown.