Results 216 comments of Tavis Ormandy

I think you just want something like this: ```c GetWindowRect(GetDesktopWindow(), &kHotCorner); kHotCorner.bottom = 20; kHotCorner.left = kHotCorner.right - 20; ```

It's just saying you need to remove the `const` before you change it (at the top).

You didn't call the code to change the corner unless there's ` WM_DISPLAYCHANGE` event, just copy that code into the top of `WinMain()` and it will work. i.e., copy these...

Hmm, good idea. I'll try to prototype some code today.

I think writing it in hex is the correct solution, but doing it by default makes it harder to interact with the numbers in bash. What about having a rawdouble:/rawfloat:...

Thanks, looks good to me, I can imagine how someone wants to chain a bunch of libm operations without losing precision until the final operation...perfect.

Yes, I think using debug symbols will work, will just have to create a bunch of pointers to the symbols we need. It's a bit ugly, and I don't know...

OK, let's try to get support for OS X in the first release (or at least investigate the possibility...) :) block #17

Hmm, I'm not an autotools expert either, I expected that to work. Maybe I'm generating it wrong. Investigating...

I think the problem is the timestamps dont work properly because I'm checking in configure et al. I'll leave them for now, but after we finish a first release I'll...