On Thu, Dec 26, 2013 at 8:52 AM, niXman <i.nix...@autistici.org> wrote:
> Alexey Pavlov 2013-12-26 10:47:
>> Hi!
>>
>> I found that "*winuser.h*" from trunk  have twice declared "
>> *tagTouchPredictionParameters*".
>>
>> First declaration is on *5144* line, second - *6520* line.
>>
>> On of this declaration need to be removed.
>
> Ok to commit?
>
> --- mingw-w64-headers/include/winuser.h (revision 6427)
> +++ mingw-w64-headers/include/winuser.h (working copy)
> @@ -6516,14 +6516,6 @@
>     };
>   } INPUT_TRANSFORM;
>
> -/* Does this belongs here? */
> -typedef struct tagTouchPredictionParameters {
> -  UINT cbSize;
> -  UINT dwLatency;
> -  UINT dwSampleTime;
> -  UINT bUseHWTimeStamp;
> -} TouchPredictionParameters, *PTouchPredictionParameters;
> -
>   /* Do these functions belong here? */
>   WINUSERAPI WINBOOL WINAPI GetPointerInputTransform(UINT32 pointerId,
> UINT32 historyCount, UINT32 *inputTransform);
>   WINUSERAPI WINBOOL WINAPI IsMousePointerEnabled(void);
>


Seemed OK to me.

--
O.S.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to