native Sun compiler doesn't like NULL for non-|void *| pointer init, thanks to bryner@uiuc.edu for the catch

This commit is contained in:
shaver%netscape.com 1999-09-05 17:14:18 +00:00
parent 170363c9c2
commit 476c58c77b

View File

@ -121,7 +121,7 @@ nsGtkUtils::gdk_window_flash(GdkWindow * window,
unsigned int times,
unsigned long interval)
{
Display * display = NULL;
Display * display = 0;
Window root_window = 0;
Window child_window = 0;
Window xwindow = 0;