Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VTK
VTK
Commits
5246174d
Commit
5246174d
authored
Nov 10, 2002
by
Andy Cedilnik
Browse files
Add render window message for events on render window.
parent
50560352
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/vtkWin32OpenGLRenderWindow.cxx
View file @
5246174d
...
...
@@ -39,7 +39,7 @@ PURPOSE. See the above copyright notice for more information.
#include
<GL/gl.h>
#endif
vtkCxxRevisionMacro
(
vtkWin32OpenGLRenderWindow
,
"1.10
1
"
);
vtkCxxRevisionMacro
(
vtkWin32OpenGLRenderWindow
,
"1.10
2
"
);
vtkStandardNewMacro
(
vtkWin32OpenGLRenderWindow
);
#define VTK_MAX_LIGHTS 8
...
...
@@ -499,6 +499,7 @@ LRESULT vtkWin32OpenGLRenderWindow::MessageProc(HWND hWnd, UINT message,
case
WM_ERASEBKGND
:
return
TRUE
;
default:
this
->
InvokeEvent
(
vtkCommand
::
RenderWindowMessageEvent
,
&
message
);
break
;
}
return
DefWindowProc
(
hWnd
,
message
,
wParam
,
lParam
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment