Merge pull request #230 from rkta/warnings

Fix some more warnings
This commit is contained in:
Tatsuya Kinoshita
2022-04-19 19:59:44 +09:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -698,8 +698,8 @@ static int
x11_get_image_size(w3mimg_op * self, W3MImage * img, char *fname, int *w,
int *h)
{
struct x11_info *xi;
#if defined(USE_IMLIB)
struct x11_info *xi;
ImlibImage *im;
#elif defined(USE_IMLIB2)
Imlib_Image im;