* dlg.h: Declare idle_hook here.

This commit is contained in:
Pavel Roskin 2003-10-24 22:51:32 +00:00
parent 732da2fcd9
commit 0ee63c1450
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2003-10-24 Pavel Roskin <proski@gnu.org>
* dlg.h: Declare idle_hook here.
* dialog.c: Eliminate typedef Refresh, unneeded includes.
* complete.h: Move CompletionFunction definition ...

View File

@ -175,6 +175,9 @@ void common_dialog_repaint (struct Dlg_head *h);
extern Dlg_head *current_dlg;
/* A hook list for idle events */
extern Hook *idle_hook;
static inline cb_ret_t
send_message (Widget *w, widget_msg_t msg, int parm)
{

View File

@ -160,8 +160,6 @@ struct WView {
/* Maxlimit for skipping updates */
int max_dirt_limit = 10;
extern Hook *idle_hook;
/* If set, show a ruler */
static int ruler = 0;