aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorYuuki Harano2020-12-21 01:53:07 +0900
committerYuuki Harano2020-12-21 01:53:07 +0900
commit565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42 (patch)
tree5a25406b9f4ff091cb6856e857d2857bb3e631e4 /src/dispextern.h
parenta44cd7c88121bb0e04bdf13d73e15f085cf3b085 (diff)
parent87b82a1969edf80d3bd4781454ec9fc968773a6d (diff)
downloademacs-565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42.tar.gz
emacs-565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 126f2cb11e5..df04db45955 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -3051,6 +3051,10 @@ struct image
3051# if !defined USE_CAIRO && defined HAVE_XRENDER 3051# if !defined USE_CAIRO && defined HAVE_XRENDER
3052 /* Picture versions of pixmap and mask for compositing. */ 3052 /* Picture versions of pixmap and mask for compositing. */
3053 Picture picture, mask_picture; 3053 Picture picture, mask_picture;
3054
3055 /* We need to store the original image dimensions in case we have to
3056 call XGetImage. */
3057 int original_width, original_height;
3054# endif 3058# endif
3055#endif /* HAVE_X_WINDOWS */ 3059#endif /* HAVE_X_WINDOWS */
3056#ifdef HAVE_NTGUI 3060#ifdef HAVE_NTGUI