зеркало из https://github.com/mozilla/gecko-dev.git
don't return a value from a |void| function. fixing ports bustage.
This commit is contained in:
Родитель
a1d6e7476a
Коммит
7e1f1f89aa
|
@ -4404,7 +4404,7 @@ void nsWindow::ApplyTransparencyBitmap() {
|
|||
mTransparencyBitmap,
|
||||
mBounds.width, mBounds.height);
|
||||
if (!maskBitmap)
|
||||
return NS_ERROR_FAILURE;
|
||||
return;
|
||||
|
||||
gtk_widget_shape_combine_mask(mShell, maskBitmap, 0, 0);
|
||||
gdk_bitmap_unref(maskBitmap);
|
||||
|
|
Загрузка…
Ссылка в новой задаче