#ifndef GST_DISPLAY #define GST_DISPLAY #include #include "moteur_simulateur.h" /* half of the thickness of a thick wire */ #define HT 4 /* bus positions */ #define DBX 300 #define ABX 650 #define DBY1 30 #define DBY2 550 #define ABY1 30 #define ABY2 400 void dis_init (GdkDrawable *_drawable, mtr_infos *_infos); void dis_expose_handler (void); #endif /* GST_DISPLAY */