Commit 4be3cf72 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Rename support.c to wallpaper.c

parent fd6326c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "timers.h"
#include "options.h"
#include "events.h"
#include "support.h"
#include "wallpaper.h"

char **cmdargv = NULL;
int cmdargc = 0;
+1 −1
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#include "feh.h"
#include "support.h"
#include "thumbnail.h"
#include "wallpaper.h"
#include "winwidget.h"
#include "filelist.h"
#include "options.h"
+2 −2
Original line number Diff line number Diff line
/* support.c
/* wallpaper.c

Copyright (C) 1999-2003 Tom Gilbert.
Copyright (C) 2010-2011 Daniel Friesel.
@@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "feh.h"
#include "filelist.h"
#include "options.h"
#include "support.h"
#include "wallpaper.h"
#include <limits.h>
Window ipc_win = None;
Window my_ipc_win = None;
+3 −3
Original line number Diff line number Diff line
/* support.h
/* wallpaper.h

Copyright (C) 1999-2003 Tom Gilbert.
Copyright (C) 2010-2011 Daniel Friesel.
@@ -24,8 +24,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/

#ifndef SUPPORT_H
#define SUPPORT_H
#ifndef WALLPAPER_H
#define WALLPAPER_H

#include <X11/Xfuncproto.h>
#include <X11/Intrinsic.h>	/* Xlib, Xutil, Xresource, Xfuncproto */