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