mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
MinimizeAll: upstream patch.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
Reference in New Issue
Block a user