diff options
author | Po Lu <luangruo@yahoo.com> | 2021-11-30 08:19:46 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2021-11-30 08:19:46 +0800 |
commit | 194c299470e087aeeff5c496c7dfc6400e1185a7 (patch) | |
tree | dbd2af7b48609ae668e03ffa4c228090eded96b2 /src/gtkutil.c | |
parent | 8f5d2a3181d22f858ede3fb6a1452f99272901fe (diff) | |
parent | 7d8f0c0586dbbf630ee6e683c1fe5d8d4ab8d1bb (diff) | |
download | emacs-194c299470e087aeeff5c496c7dfc6400e1185a7.tar.gz emacs-194c299470e087aeeff5c496c7dfc6400e1185a7.tar.bz2 emacs-194c299470e087aeeff5c496c7dfc6400e1185a7.zip |
Merge remote-tracking branch 'origin/feature/pgtk' into feature/pgtk
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 1cb90b85cf5..0574d5691b1 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -1432,7 +1432,7 @@ xg_create_frame_widgets (struct frame *f) block_input (); -#ifndef HAVE_PGTK // gtk_plug not found. +#ifndef HAVE_PGTK /* gtk_plug not found. */ if (FRAME_X_EMBEDDED_P (f)) { GdkDisplay *gdpy = gdk_x11_lookup_xdisplay (FRAME_X_DISPLAY (f)); |