Compare commits

2 Commits
1.1 ... main

Author SHA1 Message Date
acf51c7fa0 chmod +x configure
Ajout du bit d'exécution sur le fichier configure
2024-11-04 21:18:12 +01:00
56adedcdbb pb type avec pixmap et inclusion de time.h 2024-09-11 10:02:22 +02:00
2 changed files with 2 additions and 2 deletions

0
configure vendored Normal file → Executable file
View File

View File

@@ -7,7 +7,7 @@
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<time.h>
#include<sys/time.h>
#include "config.h"
@@ -58,7 +58,7 @@ Colormap pal; /* palette */
Font f[3]; /* polices d'ecriture */
XFontStruct *s[3];
XFontStruct *stemp;
Pixmap icone=NULL,icone_mask=NULL;
/*Pixmap icone=NULL,icone_mask=NULL;*/
XPoint sommet[3];
int num_ecran=0;
Window ecran[NB_PIXMAP+1];