Fix build without X11

This commit is contained in:
Kim Woelders 2020-07-28 19:57:11 +02:00
parent 06aa6d1bfc
commit ea5da196cb
1 changed files with 2 additions and 0 deletions

View File

@ -1004,8 +1004,10 @@ void
__imlib_DirtyImage(ImlibImage * im)
{
SET_FLAG(im->flags, F_INVALID);
#ifdef BUILD_X11
/* and dirty all pixmaps generated from it */
__imlib_DirtyPixmapsForImage(im);
#endif
}
void