]> git.decadent.org.uk Git - videolink.git/blob - event_state_manager.hpp
Release versions 1.2.11 and 1.2.11-1
[videolink.git] / event_state_manager.hpp
1 // Copyright 2008 Ben Hutchings <ben@decadent.org.uk>.
2 // See the file "COPYING" for licence details.
3
4 #ifndef INC_EVENT_STATE_MANAGER_HPP
5 #define INC_EVENT_STATE_MANAGER_HPP
6
7 class nsIDocShell;
8 class nsIEventStateManager;
9
10 // This function works with nsPresContext, defined in
11 // <nsPresContext.h>, which includes <nsString.h>, which is mutually
12 // exclusive with including <nsStringAPI.h>.  What a mess.
13 nsIEventStateManager * get_event_state_manager(nsIDocShell * doc_shell);
14
15 #endif // !INC_EVENT_STATE_MANAGER_HPP