fix mac bustage

git-svn-id: svn://10.0.0.236/trunk@62902 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com 2000-03-14 07:42:31 +00:00
parent ed6f7b2bac
commit 4c7207106a
2 changed files with 2 additions and 2 deletions

View File

@ -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;
};

View File

@ -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;
};