mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0022782: Uninitialized global variable used in conditionals in OpenGl package
This commit is contained in:
@@ -11,10 +11,6 @@
|
||||
#include <Aspect_Drawable.hxx>
|
||||
#include <Aspect_RenderingContext.hxx>
|
||||
|
||||
#define OCC_REDRAW_WINDOW 1
|
||||
#define OCC_REDRAW_WINDOWAREA 2
|
||||
#define OCC_REDRAW_BITMAP 3
|
||||
|
||||
// The flags below provide additional information to define the moment when
|
||||
// callback was invoked in redraw procedure. These flags are bitwise OR'ed
|
||||
// with the "reason" value of callback:
|
||||
|
Reference in New Issue
Block a user