projects
/
imager-screenshot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
cygwin changes
[imager-screenshot.git]
/
imss.h
1
#ifndef IMSS_H
\r
2
#define IMSS_H
\r
3
\r
4
extern i_img *
\r
5
imss_win32(unsigned hwnd, int include_decor);
\r
6
\r
7
extern i_img *
\r
8
imss_x11(unsigned long display, int window_id);
\r
9
\r
10
extern unsigned long
\r
11
imss_x11_open(char const *display_name);
\r
12
extern void
\r
13
imss_x11_close(unsigned long display);
\r
14
\r
15
#endif
\r