зеркало из https://github.com/mozilla/gecko-dev.git
nsIEventHandler is not a struct, has not been for a while, and anyway is known by its typedef name here.
This commit is contained in:
Родитель
1f8f0c1e2e
Коммит
ac74456c54
|
@ -202,10 +202,10 @@ void NP_EXPORT
|
|||
npn_status(NPP npp, const char *message);
|
||||
|
||||
void NP_EXPORT
|
||||
npn_registerwindow(struct nsIEventHandler* handler, nsPluginPlatformWindowRef window);
|
||||
npn_registerwindow(nsIEventHandler* handler, nsPluginPlatformWindowRef window);
|
||||
|
||||
void NP_EXPORT
|
||||
npn_unregisterwindow(struct nsIEventHandler* handler, nsPluginPlatformWindowRef window);
|
||||
npn_unregisterwindow(nsIEventHandler* handler, nsPluginPlatformWindowRef window);
|
||||
|
||||
#if 0
|
||||
int16 NP_EXPORT
|
||||
|
|
Загрузка…
Ссылка в новой задаче