annotate src/s/openbsd.h @ 109616:9760620de530

Don't use Gtk+ tooltip unless Gtk+ version => 2.14. * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless USE_GTK_TOOLTIP. (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP. (xg_create_frame_widgets): Surrond tooltip-related code with ifdef USE_GTK_TOOLTIP. (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP. * xterm.h (USE_GTK_TOOLTIP): New define. (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
author Jan D. <jan.h.d@swipnet.se>
date Mon, 02 Aug 2010 14:50:03 +0200
parents 17d73312ed65
children ef719132ddfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
108279
af063227abbf Missing part of previous commit.
Glenn Morris <rgm@gnu.org>
parents: 108229
diff changeset
1 /* System file for openbsd. */
25844
Dave Love <fx@gnu.org>
parents:
diff changeset
2
108310
17d73312ed65 Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents: 108279
diff changeset
3 /* The same as NetBSD. Note there are differences in configure. */
25844
Dave Love <fx@gnu.org>
parents:
diff changeset
4 #include "netbsd.h"
28264
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
5
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51977
diff changeset
6 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51977
diff changeset
7 (do not change this comment) */