mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
ThemeManager: update
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
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
|
||||
|
||||
@@ -6,12 +6,11 @@ It is add-ons based, so it can be extended."
|
||||
HOMEPAGE="https://github.com/mmuman/HaikuThemeManager/"
|
||||
COPYRIGHT="2000-2019 François Revol"
|
||||
LICENSE="MIT"
|
||||
REVISION="7"
|
||||
srcGitRev="4b265a8415f50b485e0c705e62ae7c45ab71a8d3"
|
||||
REVISION="8"
|
||||
srcGitRev="9c35af08fbae042146240e02f083d4d670a8c5af"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="ef9656285cad7ad470f10d68996a2fa46f5e252fe5abc2e00e37ad7598efbc7e"
|
||||
CHECKSUM_SHA256="880ec8db9109feb8667b0f93429f792d1bb5fa4a5ba310e2d5c24b717c346976"
|
||||
SOURCE_DIR="HaikuThemeManager-$srcGitRev"
|
||||
PATCHES="thememanager-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user