]> git.imager.perl.org - imager-screenshot.git/blame - imss.h
0.012 release
[imager-screenshot.git] / imss.h
CommitLineData
0ddb7051
TC
1#ifndef IMSS_H
2#define IMSS_H
3
4extern i_img *
4e6ce56a 5imss_win32(unsigned hwnd, int include_decor, int left, int top, int right, int bottom, int display);
0ddb7051
TC
6
7extern i_img *
87cd516f 8imss_x11(unsigned long display, int window_id, int left, int top, int right, int bottom);
0ddb7051
TC
9
10extern unsigned long
11imss_x11_open(char const *display_name);
12extern void
13imss_x11_close(unsigned long display);
14
bc99c241
TC
15extern i_img *
16imss_darwin(i_img_dim left, i_img_dim top, i_img_dim right, i_img_dim bottom);
17
0ddb7051 18#endif