mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-25 09:38:52 +02:00
ThemeManager: fix build
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
From 9c276bd7430c4882c8d9a40effa8e2bc7a994e37 Mon Sep 17 00:00:00 2001
|
||||
From: Sergei Reznikov <diver@gelios.net>
|
||||
Date: Sat, 23 Mar 2019 18:55:46 +0300
|
||||
Subject: Fix build
|
||||
|
||||
|
||||
diff --git a/src/ScreenshotView.cpp b/src/ScreenshotView.cpp
|
||||
index 5e4b167..37489c6 100644
|
||||
--- a/src/ScreenshotView.cpp
|
||||
+++ b/src/ScreenshotView.cpp
|
||||
@@ -15,9 +15,8 @@ extern status_t ScaleBitmap(const BBitmap& inBitmap, BBitmap& outBitmap);
|
||||
|
||||
|
||||
ScreenshotView::ScreenshotView(BRect bounds, const char *name,
|
||||
- uint32 resizeMask = B_FOLLOW_ALL,
|
||||
- uint32 flags = B_FULL_UPDATE_ON_RESIZE
|
||||
- | B_WILL_DRAW | B_FRAME_EVENTS)
|
||||
+ uint32 resizeMask,
|
||||
+ uint32 flags)
|
||||
: BView(bounds, name, resizeMask, flags)
|
||||
{
|
||||
fBitmap = NULL;
|
||||
--
|
||||
2.19.1
|
||||
|
||||
@@ -11,6 +11,7 @@ srcGitRev="4b265a8415f50b485e0c705e62ae7c45ab71a8d3"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="ef9656285cad7ad470f10d68996a2fa46f5e252fe5abc2e00e37ad7598efbc7e"
|
||||
SOURCE_DIR="HaikuThemeManager-$srcGitRev"
|
||||
PATCHES="thememanager-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user