mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024133: Development of improvement of dimensions implementation; new length, radius,diameter and angle dimensions.
Some corrections; test cases were added; coding standards in MFC samples & presentations Request stencil buffer for Linux. correct test cases; correct compilation errors compilation warnings (gcc/Linux)
This commit is contained in:
@@ -29,11 +29,13 @@
|
||||
namespace
|
||||
{
|
||||
|
||||
//! Search for RGBA double-buffered visual
|
||||
//! Search for RGBA double-buffered visual with stencil buffer.
|
||||
//! Each size property should be a nonnegative minimum specification.
|
||||
static int TheDoubleBuff[] =
|
||||
{
|
||||
GLX_RGBA,
|
||||
GLX_DEPTH_SIZE, 16,
|
||||
GLX_STENCIL_SIZE, 1,
|
||||
GLX_DOUBLEBUFFER,
|
||||
None
|
||||
};
|
||||
|
Reference in New Issue
Block a user