Solaris/CC needs a cast here
This commit is contained in:
Родитель
9aa858c196
Коммит
a6193a75bf
|
@ -112,7 +112,7 @@ NS_IMETHODIMP nsRenderingContextGTK::Init(nsIDeviceContext* aContext,
|
|||
gdk_window_ref((GdkWindow*)win);
|
||||
else
|
||||
{
|
||||
GtkWidget *w = aWindow->GetNativeData(NS_NATIVE_WIDGET);
|
||||
GtkWidget *w = (GtkWidget *) aWindow->GetNativeData(NS_NATIVE_WIDGET);
|
||||
|
||||
win = gdk_pixmap_new(nsnull,
|
||||
w->allocation.width,
|
||||
|
|
Загрузка…
Ссылка в новой задаче