Browse Source

Add subprocessWindowBuffer.cxx to composite file (for OSX only)

rdb 16 years ago
parent
commit
12fa338faf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      panda/src/display/display_composite2.cxx

+ 3 - 0
panda/src/display/display_composite2.cxx

@@ -10,5 +10,8 @@
 #include "stencilRenderStates.cxx"
 #include "stereoDisplayRegion.cxx"
 #include "subprocessWindow.cxx"
+#ifdef IS_OSX
+#include "subprocessWindowBuffer.cxx"
+#endif
 #include "windowHandle.cxx"
 #include "windowProperties.cxx"