summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2010-12-28 17:34:04 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2010-12-28 17:34:04 +0100
commit365525b370a3faa4d2403b4d312c10f760082a66 (patch)
treee67d9167b1ef1885d7447cb406d8477ef85e799e /src/xterm.h
parentc940c05468b5ab2a203bd8043f0d4f4f3bf56958 (diff)
downloademacs-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.h3
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 *);