Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
Immanuel
/
sxiv
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Unified feature test macro requirements
master
Bert
13 år sedan
förälder
e2ea759444
incheckning
de6b58a315
4 ändrade filer
med
10 tillägg
och
10 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
image.c
+4
-3
options.c
+2
-2
thumbs.c
+2
-3
window.c
+ 2
- 2
image.c
Visa fil
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA.
*/
#define _IMAGE_CONFIG
#include <unistd.h>
#ifdef HAVE_GIFLIB
@@ -30,6 +28,8 @@
#include "image.h"
#include "options.h"
#include "util.h"
#define _IMAGE_CONFIG
#include "config.h"
enum { MIN_GIF_DELAY = 50 };
+ 4
- 3
options.c
Visa fil
@@ -16,16 +16,17 @@
* Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA.
*/
#define _
XOPEN_SOURCE
#
define _IMAGE_CONFIG
#define _
POSIX_C_SOURCE 2 /* for getopt(3) */
#
include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include "options.h"
#include "util.h"
#define _IMAGE_CONFIG
#include "config.h"
options_t _options;
+ 2
- 2
thumbs.c
Visa fil
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA.
*/
#define _THUMBS_CONFIG
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
@@ -27,6 +25,8 @@
#include "thumbs.h"
#include "util.h"
#define _THUMBS_CONFIG
#include "config.h"
#ifdef __NetBSD__
+ 2
- 3
window.c
Visa fil
@@ -16,16 +16,15 @@
* Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA.
*/
#define _WINDOW_CONFIG
#include <string.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include "options.h"
#include "util.h"
#include "window.h"
#define _WINDOW_CONFIG
#include "config.h"
static Cursor carrow;
Write
Förhandsgranska
Laddar…
Avbryt
Spara