From 7563aa1e6ae18a7dcdd2f914f2d8a1d696db689d Mon Sep 17 00:00:00 2001 From: "kin%netscape.com" Date: Thu, 6 Aug 1998 20:12:29 +0000 Subject: [PATCH] Updated DisplayPixmap() prototype to use PRInt32 to match function definition in Frame.cpp. git-svn-id: svn://10.0.0.236/trunk@7459 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/xfe/src/EmbeddedEditorView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/cmd/xfe/src/EmbeddedEditorView.cpp b/mozilla/cmd/xfe/src/EmbeddedEditorView.cpp index 29ec6c6d2db..41f3b3ee8f3 100644 --- a/mozilla/cmd/xfe/src/EmbeddedEditorView.cpp +++ b/mozilla/cmd/xfe/src/EmbeddedEditorView.cpp @@ -42,9 +42,9 @@ void xfe2_EditorInit(MWContext *context); int fe_add_to_all_MWContext_list(MWContext *context); int fe_remove_from_all_MWContext_list(MWContext *context); void DisplayPixmap(MWContext *context, IL_Pixmap* image, - IL_Pixmap *mask, long int x, long int y, - jint x_offset, jint y_offset, jint width, - jint height); + IL_Pixmap *mask, PRInt32 x, PRInt32 y, + PRInt32 x_offset, PRInt32 y_offset, PRInt32 width, + PRInt32 height); void fe_find_scrollbar_sizes(MWContext *context); void fe_get_final_context_resources(MWContext *context); }