pixel drawing

2005-06-30 Thread Andreas Bentlage
hi, i have the following 2 arrays. gfloat pixel[6000][1] = x[n] gfloat pixel[6000][2] = y[n] this 2 arrays contains the x/y values for 6000 rectangles drawn on a pixmap. Now my problem ... with button_press_event i catch the current x/y positions from screen. What i want is to draw the given

Re: pixel drawing

2005-06-30 Thread John Cupitt
On 6/28/05, Andreas Bentlage [EMAIL PROTECTED] wrote: i have the following 2 arrays. gfloat pixel[6000][1] = x[n] gfloat pixel[6000][2] = y[n] this 2 arrays contains the x/y values for 6000 rectangles drawn on a pixmap. Now my problem ... with button_press_event i catch the current x/y