RE: drawing with glade



But unfortunatelly, when I try to compile this errors appear: 

callbacks.c:594: conflicting types for `on_drawingarea1_motion_event'
callbacks.h:138: previous declaration of 
`on_drawingarea1_motion_event'
 
Does anyone have any idea or tip to solve this problem ????

it sounds like you have it declared twice, e.g.

int a()

/* code */
int a()
{
}

.
.
.
.

void a()
{
}

Regards,
Martyn



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]