diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-09-03 09:10:23 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-09-03 09:10:23 +0200 |
commit | 4be3cf72f8f936e51c98b6eb056410dfb589fd2f (patch) | |
tree | 3ff68ec0d49bcb55b4be84045a961c59589c58d5 /src/main.c | |
parent | fd6326c2d169a80ceda2c202d5ef4c17cd60e3c9 (diff) |
Rename support.c to wallpaper.c
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |