1 Commits
1.1 ... 1.2

Author SHA1 Message Date
56adedcdbb pb type avec pixmap et inclusion de time.h 2024-09-11 10:02:22 +02:00

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];