plug-ins: move the expose handler to map-pbject-preview.c

This commit is contained in:
Michael Natterer
2011-02-13 14:16:32 +01:00
parent 9912e3f4ee
commit 491e55c4e4
3 changed files with 17 additions and 13 deletions

View File

@ -13,11 +13,12 @@ extern gint lightx,lighty;
/* Externally visible functions */
/* ============================ */
void compute_preview_image (void);
void draw_preview_image (void);
gint check_light_hit (gint xpos,
gint ypos);
void update_light (gint xpos,
gint ypos);
void compute_preview_image (void);
gboolean preview_expose (GtkWidget *widget,
GdkEventExpose *eevent);
gint check_light_hit (gint xpos,
gint ypos);
void update_light (gint xpos,
gint ypos);
#endif /* __MAPOBJECT_PREVIEW_H__ */