Export MapUnmapEventsEnabled function.

This commit is contained in:
David Reveman 2008-06-03 16:23:17 -04:00
parent 4ce19b4477
commit 4ede89be8d
2 changed files with 3 additions and 1 deletions

View File

@ -2640,7 +2640,7 @@ EnableMapUnmapEvents(WindowPtr pWin)
windowDisableMapUnmapEvents = NULL;
}
static Bool
Bool
MapUnmapEventsEnabled(WindowPtr pWin)
{
return pWin != windowDisableMapUnmapEvents;

View File

@ -268,5 +268,7 @@ extern void DisableMapUnmapEvents(
WindowPtr /* pWin */ );
extern void EnableMapUnmapEvents(
WindowPtr /* pWin */ );
extern Bool MapUnmapEventsEnabled(
WindowPtr /* pWin */ );
#endif /* WINDOW_H */