Closed Bug 9609 Opened 26 years ago Closed 26 years ago

gtk_widget_draw call with wrong type

Categories

(Core :: XUL, defect, P3)

Sun
Solaris
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: km, Assigned: pavlov)

Details

In mozilla/widget/src/gtk/nsWindow.cpp 793: gtk_widget_draw(mShell, NULL); 795: gtk_widget_draw(mWidget, NULL); have type errors in the second argument. This is treated as an error (not warning) with the Sun Workshop compilers. Suggest: 793: gtk_widget_draw(mShell, (GdkRectangle *) NULL); 795: gtk_widget_draw(mWidget, (GdkRectangle *)NULL);
Assignee: don → pavlov
Component: Browser-General → XP Toolkit/Widgets
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M9
mcafee fixed this
QA Contact: leger → mcafee
mcafee, if all cool, can you mark Verified please?
Status: RESOLVED → VERIFIED
verified.
You need to log in before you can comment on or make changes to this bug.