X-Git-Url: http://git.imager.perl.org/imager-screenshot.git/blobdiff_plain/b223955731d6d3a6ecc99b4a22fb4394c08dea6d..f04a72ea8cfc0d1829dbb60e283e74592be14a7d:/imss.h diff --git a/imss.h b/imss.h index fd725a4..8a0ced2 100644 --- a/imss.h +++ b/imss.h @@ -1,15 +1,15 @@ -#ifndef IMSS_H -#define IMSS_H - -extern i_img * -imss_win32(unsigned hwnd, int include_decor); - -extern i_img * -imss_x11(unsigned long display, int window_id); - -extern unsigned long -imss_x11_open(char const *display_name); -extern void -imss_x11_close(unsigned long display); - -#endif +#ifndef IMSS_H +#define IMSS_H + +extern i_img * +imss_win32(unsigned hwnd, int include_decor); + +extern i_img * +imss_x11(unsigned long display, int window_id); + +extern unsigned long +imss_x11_open(char const *display_name); +extern void +imss_x11_close(unsigned long display); + +#endif