annotate src/s/hpux11.h @ 109749:be18c3b67d66

Take colors for region face (selected text) from the Gtk+ theme. * lisp/dynamic-setting.el (dynamic-setting-handle-config-changed-event): Handle theme-name change. * lisp/faces.el (region): Add type gtk that uses gtk colors. * src/gtkutil.c (xg_check_special_colors, style_changed_cb): New functions. (xg_create_frame_widgets): Connect theme name changes to style_changed_cb. * src/gtkutil.h (xg_check_special_colors): Declare. * src/xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors first.
author Jan D <jan.h.d@swipnet.se>
date Wed, 11 Aug 2010 20:28:10 +0200
parents 06c34f190db1
children ef719132ddfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49893
1bcf8d62f4cd Include hpux10-20.h instead of hpux10.h. Delete #undef of
Juanma Barranquero <lekktu@gmail.com>
parents: 48167
diff changeset
1 #include "hpux10-20.h"
40578
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2
46299
72e949fc6d1e (BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 40578
diff changeset
3 /* SA_RESTART resets the timeout of `select', so don't use it. */
72e949fc6d1e (BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 40578
diff changeset
4 #define BROKEN_SA_RESTART
46414
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
5
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
6 /* It does work on HPUX to open the pty's tty in the parent (Emacs),
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
7 then close and reopen it in the child. */
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
8 #define USG_SUBTTY_WORKS
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49893
diff changeset
9
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49893
diff changeset
10 /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49893
diff changeset
11 (do not change this comment) */