evas software_x11: use void to force empty function parameters
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:26:36 +0000 (17:26 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:26:36 +0000 (17:26 +0100)
commitbc5c239d2d40d6fd5fff01dfaa38ca6ab68fd217
tree19ad330efe027dbbb03768118b3b036abc7f192d
parente99dbd1dbb704b3ce039cd0f996d0d92a61f74ef
evas software_x11: use void to force empty function parameters

We have to use void in a function declaration if we want no function
parameters. Using just empty parenthesis means the function takes an
unspecified number of parameters.

We had it correct for most declarations and this series fixes it for
the rest.
src/modules/evas/engines/software_x11/evas_xlib_dri_image.h