diff src/xterm.h @ 112026:b3df357e51ff

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.
author Andreas Schwab <schwab@linux-m68k.org>
date Tue, 28 Dec 2010 17:34:04 +0100
parents ac49e05bfcf2
children 417b1e4d63cd
line wrap: on
line diff
--- a/src/xterm.h	Tue Dec 28 17:39:25 2010 +0800
+++ b/src/xterm.h	Tue Dec 28 17:34:04 2010 +0100
@@ -974,6 +974,9 @@
 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 *);