Mercurial > hg > xemacs-beta
diff src/event-msw.c @ 245:51092a27c943 r20-5b21
Import from CVS: tag r20-5b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:54 +0200 |
parents | 41f2f0e326e9 |
children | 83b3d10dcba9 |
line wrap: on
line diff
--- a/src/event-msw.c Mon Aug 13 10:17:09 2007 +0200 +++ b/src/event-msw.c Mon Aug 13 10:17:54 2007 +0200 @@ -81,7 +81,7 @@ int mswindows_button2_chord_time; /* Number of wait handles */ -static mswindows_waitable_count=0; +static int mswindows_waitable_count=0; /* This is the event signaled by the event pump. See mswindows_pump_outstanding_events for comments */ @@ -321,6 +321,7 @@ /* * Find a free waitable slot */ +#if 0 /* NOTUSED */ static int mswindows_find_free_waitable(void) { @@ -331,6 +332,7 @@ assert (mswindows_waitable_count < MAX_WAITABLE); return mswindows_waitable_count++; } +#endif /* * Create a new waitable using the type and data passed in by the info structure