Document wxDisplay::GetDepth()

Should have been part of
24b5e256df (Add wxDisplay::GetDepth() and use it for wxDisplayDepth(), 2018-10-06)
This commit is contained in:
Paul Cornett 2023-11-16 10:06:57 -08:00
parent 6210c622f7
commit 56303c6236

View file

@ -148,6 +148,13 @@ public:
*/
wxString GetName() const;
/**
Returns display depth, i.e. number of bits per pixel (0 if unknown)
@since 3.1.2
*/
int GetDepth() const;
/**
Returns display resolution in pixels per inch.