Home
last modified time | relevance | path

Searched refs:view_struct_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dview_area.c49 void draw_area_callb (GtkWidget *wdg, gpointer view_struct_ptr) { in draw_area_callb() argument
51 if (view_struct_ptr) in draw_area_callb()
52 draw_area((view_struct *) view_struct_ptr); in draw_area_callb()
H A Dview_area.h56 void draw_area_callb (GtkWidget *wdg, gpointer view_struct_ptr);