mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
lagrange: bump to 1.6.4
This commit is contained in:
committed by
Gerasim Troeglazov
parent
113f6640f9
commit
94684d7a10
@@ -8,7 +8,7 @@ COPYRIGHT="2020-2021 Jaakko Keränen"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/skyjake/lagrange/releases/download/v$portVersion/lagrange-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b67b0c0e95c221f5afcd0f4d81c1130401adbbdfc802761bbf012e478b720767"
|
||||
CHECKSUM_SHA256="28f31507eeef91150067799d930f3b86fd45a956e0eb7d4f569218fca82f6488"
|
||||
SOURCE_DIR="lagrange-$portVersion"
|
||||
PATCHES="lagrange-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="lagrange.rdef.in"
|
||||
@@ -21,25 +21,3 @@ index b8ed210..487710c 100644
|
||||
2.30.2
|
||||
|
||||
|
||||
From e41d58c912665ba9e3871ce6f0e42c057988ca85 Mon Sep 17 00:00:00 2001
|
||||
From: Nikolay Korotkiy <sikmir@gmail.com>
|
||||
Date: Sun, 8 Aug 2021 02:48:14 +0300
|
||||
Subject: Fix freeze on resizing
|
||||
|
||||
|
||||
diff --git a/src/app.c b/src/app.c
|
||||
index 8318eee..82194df 100644
|
||||
--- a/src/app.c
|
||||
+++ b/src/app.c
|
||||
@@ -1352,7 +1352,7 @@ static int run_App_(iApp *d) {
|
||||
d->isRunning = iTrue;
|
||||
SDL_EventState(SDL_DROPFILE, SDL_ENABLE); /* open files via drag'n'drop */
|
||||
#if defined (iPlatformDesktop)
|
||||
- SDL_AddEventWatch(resizeWatcher_, d); /* redraw window during resizing */
|
||||
+ //SDL_AddEventWatch(resizeWatcher_, d); /* redraw window during resizing */
|
||||
#endif
|
||||
while (d->isRunning) {
|
||||
dispatchCommands_Periodic(&d->periodic);
|
||||
--
|
||||
2.30.2
|
||||
|
||||
Reference in New Issue
Block a user