From 1c7b03ea54dff23970d39f801963c9be1b3e8b89 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 20 Apr 2014 14:08:26 +0200 Subject: create pid file and set environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 261b96e..fc8bf75 100644 --- a/src/config.h +++ b/src/config.h @@ -77,5 +77,14 @@ #endif +/** + * The name of the environment variable that + * indicates the index of the display + */ +#ifndef DISPLAY_ENV +#define DISPLAY_ENV "MDS_DISPLAY" +#endif + + #endif -- cgit v1.2.3-70-g09d2