]> git.imager.perl.org - imager-screenshot.git/blame - imss.h
older Tk doesn't supply the windowing system method
[imager-screenshot.git] / imss.h
CommitLineData
0ddb7051
TC
1#ifndef IMSS_H
2#define IMSS_H
3
4extern i_img *
5imss_win32(unsigned hwnd, int include_decor);
6
7extern i_img *
8imss_x11(unsigned long display, int window_id);
9
10extern unsigned long
11imss_x11_open(char const *display_name);
12extern void
13imss_x11_close(unsigned long display);
14
15#endif