Made restoration files optional

This commit is contained in:
rexy712
2018-12-06 13:37:01 -08:00
parent 8244ebb50b
commit dbfa9b9d12
7 changed files with 73 additions and 32 deletions

View File

@@ -16,8 +16,6 @@
along with this program, If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#ifndef REXBACKLIGHT_COMMON_H
#define REXBACKLIGHT_COMMON_H

View File

@@ -22,5 +22,7 @@
#define REXBACKLIGHT_VERSION_MAJOR @rexbacklight_VERSION_MAJOR@
#define REXBACKLIGHT_VERSION_MINOR @rexbacklight_VERSION_MINOR@
@enable_RESTORE_FILE@
#endif