X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=event_state_manager.hpp;fp=event_state_manager.hpp;h=de06b15b96061905cfd60285f9d1a7ad05cc47a0;hb=9d2e69a1cf5011f52ae8ec6f5a45c5ddc39ac112;hp=0000000000000000000000000000000000000000;hpb=5586e3330c5c904a921dd4a9fb55cfa27a2cab9f;p=videolink.git diff --git a/event_state_manager.hpp b/event_state_manager.hpp new file mode 100644 index 0000000..de06b15 --- /dev/null +++ b/event_state_manager.hpp @@ -0,0 +1,15 @@ +// Copyright 2008 Ben Hutchings . +// See the file "COPYING" for licence details. + +#ifndef INC_EVENT_STATE_MANAGER_HPP +#define INC_EVENT_STATE_MANAGER_HPP + +class nsIDocShell; +class nsIEventStateManager; + +// This function works with nsPresContext, defined in +// , which includes , which is mutually +// exclusive with including . What a mess. +nsIEventStateManager * get_event_state_manager(nsIDocShell * doc_shell); + +#endif // !INC_EVENT_STATE_MANAGER_HPP