redimension de l'image 3 car trop grande pour l'écran
This commit is contained in:
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 531 KiB After Width: | Height: | Size: 456 KiB |
@@ -65,7 +65,7 @@ int main(void){
|
|||||||
}
|
}
|
||||||
else if(touche == XK_3 || touche == XK_KP_3) {
|
else if(touche == XK_3 || touche == XK_KP_3) {
|
||||||
nom_image = "image3.png";
|
nom_image = "image3.png";
|
||||||
img_w = 800; img_h = 800;
|
img_w = 700; img_h = 700;
|
||||||
choix_image_fait = 3;
|
choix_image_fait = 3;
|
||||||
}
|
}
|
||||||
else if(touche == XK_q || touche == XK_Q) {
|
else if(touche == XK_q || touche == XK_Q) {
|
||||||
|
|||||||
Reference in New Issue
Block a user