2013-08-15 00:15:28 +02:00
|
|
|
Index: underlay_opengl_hosting_window.h
|
|
|
|
===================================================================
|
2014-02-05 21:35:45 +01:00
|
|
|
--- underlay_opengl_hosting_window.h (revision 248478)
|
2013-08-15 00:15:28 +02:00
|
|
|
+++ underlay_opengl_hosting_window.h (working copy)
|
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
// Common base class for windows that host a OpenGL surface that renders under
|
|
|
|
// the window. Contains methods relating to hole punching so that the OpenGL
|
|
|
|
// surface is visible through the window.
|
2014-02-05 21:35:45 +01:00
|
|
|
-UI_BASE_EXPORT
|
2013-08-15 00:15:28 +02:00
|
|
|
+__attribute__((visibility("default")))
|
|
|
|
@interface UnderlayOpenGLHostingWindow : NSWindow
|
|
|
|
@end
|
|
|
|
|