8cd00f4978
Changelog: Geeqie 1.5 ========== - Partial implementation of Hi-DPI-aware rendering of images - Improved multi display full screen - Use GPS lat/long to provide local time corrected for UTC offset and DST correction. - Marks/image connections can optionally be saved in a text file - Show star rating - Search using regular expressions - Replace GQView print dialog with GTK print dialog - Plugins added - Option to delete to standard trash folder and optimizing trash handling - Display random image - Allow LUA script support in sidebar - Additional remote commands And as usual: - Many small improvements - Many bug fixes - Updated language support
14 lines
358 B
C
14 lines
358 B
C
$NetBSD: patch-src_layout__util.c,v 1.2 2019/07/30 13:03:18 ryoon Exp $
|
|
|
|
For WEXITSTATUS().
|
|
|
|
--- src/layout_util.c.orig 2017-12-31 12:31:21.000000000 +0000
|
|
+++ src/layout_util.c
|
|
@@ -58,6 +58,7 @@
|
|
#include "metadata.h"
|
|
#include "desktop_file.h"
|
|
|
|
+#include <sys/wait.h>
|
|
#include <gdk/gdkkeysyms.h> /* for keyboard values */
|
|
#include "keymap_template.c"
|
|
|