Loading src/feh_png.c +2 −2 Original line number Diff line number Diff line Loading @@ -23,13 +23,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "feh_png.h" #include <png.h> #include <stdio.h> #include <stdarg.h> #include "feh_png.h" #define FEH_PNG_COMPRESSION 3 #define FEH_PNG_NUM_COMMENTS 4 Loading src/feh_png.h +2 −2 Original line number Diff line number Diff line Loading @@ -26,11 +26,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef FEH_PNG_H #define FEH_PNG_H #include "feh.h" #include <stdio.h> #include <stdarg.h> #include "feh.h" gib_hash *feh_png_read_comments(char *file); int feh_png_write_png_fd(Imlib_Image image, int fd, ...); Loading src/gib_hash.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,11 +22,11 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include <strings.h> #include "gib_hash.h" #include "utils.h" #include "debug.h" #include <strings.h> gib_hash_node *gib_hash_node_new(char *key, void *data) { Loading src/options.c +2 −1 Original line number Diff line number Diff line Loading @@ -24,10 +24,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include <strings.h> #include "feh.h" #include "filelist.h" #include "options.h" #include <strings.h> static void check_options(void); static void feh_getopt_theme(int argc, char **argv); Loading src/wallpaper.c +4 −2 Original line number Diff line number Diff line Loading @@ -24,12 +24,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include <limits.h> #include <sys/stat.h> #include "feh.h" #include "filelist.h" #include "options.h" #include "wallpaper.h" #include <limits.h> #include <sys/stat.h> Window ipc_win = None; Window my_ipc_win = None; Atom ipc_atom = None; Loading Loading
src/feh_png.c +2 −2 Original line number Diff line number Diff line Loading @@ -23,13 +23,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "feh_png.h" #include <png.h> #include <stdio.h> #include <stdarg.h> #include "feh_png.h" #define FEH_PNG_COMPRESSION 3 #define FEH_PNG_NUM_COMMENTS 4 Loading
src/feh_png.h +2 −2 Original line number Diff line number Diff line Loading @@ -26,11 +26,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef FEH_PNG_H #define FEH_PNG_H #include "feh.h" #include <stdio.h> #include <stdarg.h> #include "feh.h" gib_hash *feh_png_read_comments(char *file); int feh_png_write_png_fd(Imlib_Image image, int fd, ...); Loading
src/gib_hash.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,11 +22,11 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include <strings.h> #include "gib_hash.h" #include "utils.h" #include "debug.h" #include <strings.h> gib_hash_node *gib_hash_node_new(char *key, void *data) { Loading
src/options.c +2 −1 Original line number Diff line number Diff line Loading @@ -24,10 +24,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include <strings.h> #include "feh.h" #include "filelist.h" #include "options.h" #include <strings.h> static void check_options(void); static void feh_getopt_theme(int argc, char **argv); Loading
src/wallpaper.c +4 −2 Original line number Diff line number Diff line Loading @@ -24,12 +24,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include <limits.h> #include <sys/stat.h> #include "feh.h" #include "filelist.h" #include "options.h" #include "wallpaper.h" #include <limits.h> #include <sys/stat.h> Window ipc_win = None; Window my_ipc_win = None; Atom ipc_atom = None; Loading