// Name: vidmode.h
// Purpose: interface of wxVideoMode
// Author: wxWidgets team
-// RCS-ID: $Id: display.h 52634 2008-03-20 13:45:17Z VS $
-// Licence: wxWindows license
+// RCS-ID: $Id$
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Determines the sizes and locations of displays connected to the system.
@library{wxcore}
- @category{misc}
+ @category{cfg}
@stdobjects
::wxDefaultVideoMode
/**
A global wxVideoMode instance used by wxDisplay.
*/
-wxVideoMode wxDefaultVideoMode;
+const wxVideoMode wxDefaultVideoMode;