File: event_state_manager.hpp

package info (click to toggle)
videolink 1.2.5-1
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 392 kB
  • ctags: 526
  • sloc: cpp: 3,316; ansic: 884; makefile: 127
file content (15 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2008 Ben Hutchings <ben@decadent.org.uk>.
// 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
// <nsPresContext.h>, which includes <nsString.h>, which is mutually
// exclusive with including <nsStringAPI.h>.  What a mess.
nsIEventStateManager * get_event_state_manager(nsIDocShell * doc_shell);

#endif // !INC_EVENT_STATE_MANAGER_HPP