~ubuntu-branches/debian/sid/feh/sid

« back to all changes in this revision

Viewing changes to src/wallpaper.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-10-11 14:44:42 UTC
  • mfrom: (1.3.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20111011144442-ekq8fa2huypnswm3
Tags: 2.0-1
New upstream version
Closes: #475481

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
extern char *enl_ipc_get(const char *);
49
49
extern char *enl_send_and_wait(char *);
50
50
extern void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled,
51
 
                int fill, int desktop, int set);
 
51
                int fill, int desktop, int for_screen);
52
52
extern int feh_wm_get_num_desks(void);
53
53
extern signed char feh_wm_get_wm_is_e(void);
54
 
void feh_wm_set_bg_file(char *file, unsigned char bgmode);
 
54
void feh_wm_set_bg_filelist(unsigned char bgmode);
55
55
 
56
56
_XFUNCPROTOEND
57
57
#endif