projects
/
imager-screenshot.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
HWND of "active" captures the active window
[imager-screenshot.git]
/
svwin32.h
Commit
Line
Data
6f00ec2f
TC
1
#ifndef SVWIN32_H
2
#define SVWIN32_H
3
4
#include "EXTERN.h"
5
#include <windows.h>
6
#include "perl.h"
7
8
typedef unsigned SSHWND;
9
10
SSHWND
11
hwnd_from_sv(pTHX_ SV *sv);
12
13
#endif