mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
; * src/gtkutil.c (xg_create_frame_widgets): Avoid private GTK symbol.
This commit is contained in:
parent
46473a4eac
commit
4efab4330e
1 changed files with 1 additions and 1 deletions
|
|
@ -1606,7 +1606,7 @@ xg_create_frame_widgets (struct frame *f)
|
|||
if (!visual)
|
||||
emacs_abort ();
|
||||
#else
|
||||
GdkVisual *visual = gdk_screen_get_argb_visual (screen);
|
||||
GdkVisual *visual = gdk_screen_get_rgba_visual (screen);
|
||||
#endif
|
||||
|
||||
gtk_widget_set_visual (wtop, visual);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue