mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
278aa50e0d
Change AppUnitsPerDevPixel to return a PRUint32. It should never return negative values and it is used in initializer lists that expect unsigned values, which is not valid c++0x. I have also change the member variables to be unsigned and converted a sentinel value to use 0 instead of -1. UINT32_MAX should work fine too if you like it better. |
||
---|---|---|
.. | ||
crashtests | ||
public | ||
src | ||
Makefile.in |