-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Martell,
Looks pretty good, you missed two things:
Am 2015-02-12 um 20:34 schrieb Martell Malone:
+interface IDXGIOutputDuplication : IDXGIObject {
{ placement.
[in, out] UINT *_countmode,
[in, out] UINT *mode_count;
After that go ahead and resubmit patches 1-3. Again I recommend to have a look at git send-email. It's quite simple: What it essentially comes down to is adding this to wine_src/.git/config:
[sendemail] from = Martell Malone martellmalone@gmail.com to = wine-patches wine-patches@winehq.org smtpserver = smtp.googlemail.com chainreplyto = false thread = false smtpencryption = tls smtpuser = martellmalone@gmail.com suppresscc = self
The password was in my case automagically managed by the KDE keychain.
Then you just do "git send-email origin". I recommend a sanity check with --dry-run first. Feels almost like pushing :-) .