projects
/
imager-screenshot.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
initial screenshot attempt
[imager-screenshot.git]
/
imss.h
Commit
Line
Data
a9735f1a
TC
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(int window_id);
\r
9
\r
10
#endif
\r