MinimizeAll: upstream patch.

This commit is contained in:
Augustin Cavalier
2015-02-18 21:22:31 +00:00
parent a55a635083
commit be56bbff87
2 changed files with 2 additions and 17 deletions

View File

@@ -6,9 +6,9 @@ standalone app that minimizes the whole app, and a replicant for your Deskbar. \
Both do the same: Minimize all your apps!
"
HOMEPAGE="https://github.com/HaikuArchives/MinimizeAll/"
SRC_URI="git://github.com/HaikuArchives/MinimizeAll.git#5f61ffe08a0e832d6f5308c9fecccbbb573972f8"
SRC_URI="git://github.com/HaikuArchives/MinimizeAll.git#5afe6d4fab8f7e2a33727ef9152578b7d0c836ec"
REVISION="2"
REVISION="3"
COPYRIGHT="
2001-2008 Werner Freytag
@@ -37,8 +37,6 @@ BUILD_REQUIRES="
haiku_devel
"
PATCHES="minimizeall-1.0.0.patch"
BUILD()
{
mkdir -p bin

View File

@@ -1,13 +0,0 @@
diff --git a/minimize.cpp b/minimize.cpp
index cf3d1e1..c263d01 100644
--- a/minimize.cpp
+++ b/minimize.cpp
@@ -20,6 +20,8 @@
#include <string.h>
#include <vector>
+using std::vector;
+
// wird irgendwo vom BeOS definiert (stammt aus Tracker source)
void do_minimize_team(BRect zoomRect, team_id team, bool zoom);
void do_bring_to_front_team(BRect zoomRect, team_id app, bool zoom);