Skip to content

AvaterDialog: fix #138 crash when taking a webcam picture

Julian Sparber requested to merge (removed):avatar_crash into master

Since get cheese_widget_get_camera () and get_video_area () are not defined static they are are exported but we don't have the function signature, therefore this adds the header file with the function signatures.

Edited by Julian Sparber

Merge request reports