fix mac bustage
git-svn-id: svn://10.0.0.236/trunk@62902 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ed6f7b2bac
commit
4c7207106a
@ -229,7 +229,7 @@ enum nsPluginWindowType {
|
||||
#if defined(XP_MAC) || defined(RHAPSODY)
|
||||
|
||||
struct nsPluginPort {
|
||||
GrafPtr port; /* Grafport */
|
||||
CGrafPtr port; /* Grafport */
|
||||
PRInt32 portx; /* position inside the topmost window */
|
||||
PRInt32 porty;
|
||||
};
|
||||
|
||||
@ -229,7 +229,7 @@ enum nsPluginWindowType {
|
||||
#if defined(XP_MAC) || defined(RHAPSODY)
|
||||
|
||||
struct nsPluginPort {
|
||||
GrafPtr port; /* Grafport */
|
||||
CGrafPtr port; /* Grafport */
|
||||
PRInt32 portx; /* position inside the topmost window */
|
||||
PRInt32 porty;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user