diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-12-28 17:34:04 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-12-28 17:34:04 +0100 |
commit | 365525b370a3faa4d2403b4d312c10f760082a66 (patch) | |
tree | e67d9167b1ef1885d7447cb406d8477ef85e799e /src/xterm.h | |
parent | c940c05468b5ab2a203bd8043f0d4f4f3bf56958 (diff) | |
download | emacs-365525b370a3faa4d2403b4d312c10f760082a66.tar.gz |
Restore x_alloc_lighter_color_for_widget, needed for lwlib
* src/xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
* src/xterm.c (x_alloc_lighter_color_for_widget): Restore.
Diffstat (limited to 'src/xterm.h')
-rw-r--r-- | src/xterm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 5e4a37a5ddb..6a15b675c55 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -974,6 +974,9 @@ extern void x_initialize (void); extern unsigned long x_copy_color (struct frame *, unsigned long); #ifdef USE_X_TOOLKIT extern XtAppContext Xt_app_con; +extern int x_alloc_lighter_color_for_widget (Widget, Display *, Colormap, + unsigned long *, + double, int); extern void x_activate_timeout_atimer (void); #endif extern int x_alloc_nearest_color (struct frame *, Colormap, XColor *); |