|
|
@@ -13,6 +13,7 @@
|
|
|
#define SOURCES \
|
|
|
standardMunger.I standardMunger.h \
|
|
|
config_display.h \
|
|
|
+ customGraphicsWindowProc.h \
|
|
|
drawableRegion.I drawableRegion.h \
|
|
|
displayRegion.I displayRegion.h \
|
|
|
displayRegionCullCallbackData.I displayRegionCullCallbackData.h \
|
|
|
@@ -21,6 +22,7 @@
|
|
|
graphicsEngine.I graphicsEngine.h \
|
|
|
graphicsOutput.I graphicsOutput.h \
|
|
|
graphicsBuffer.I graphicsBuffer.h \
|
|
|
+ graphicsDevice.h graphicsDevice.I \
|
|
|
graphicsPipe.I graphicsPipe.h \
|
|
|
graphicsPipeSelection.I graphicsPipeSelection.h \
|
|
|
graphicsStateGuardian.I \
|
|
|
@@ -29,7 +31,7 @@
|
|
|
graphicsWindow.I graphicsWindow.h \
|
|
|
graphicsWindowInputDevice.I \
|
|
|
graphicsWindowInputDevice.h \
|
|
|
- graphicsDevice.h graphicsDevice.I \
|
|
|
+ graphicsWindowProc.h \
|
|
|
lru.h \
|
|
|
nativeWindowHandle.I nativeWindowHandle.h \
|
|
|
parasiteBuffer.I parasiteBuffer.h \
|
|
|
@@ -41,15 +43,20 @@
|
|
|
displaySearchParameters.h \
|
|
|
displayInformation.h \
|
|
|
subprocessWindow.h subprocessWindow.I \
|
|
|
- $[if $[OSX_PLATFORM], subprocessWindowBuffer.h subprocessWindowBuffer.I]
|
|
|
+ $[if $[OSX_PLATFORM], subprocessWindowBuffer.h subprocessWindowBuffer.I] \
|
|
|
+ touchInfo.h
|
|
|
+
|
|
|
|
|
|
#define INCLUDED_SOURCES \
|
|
|
standardMunger.cxx \
|
|
|
config_display.cxx \
|
|
|
+ customGraphicsWindowProc.cxx \
|
|
|
drawableRegion.cxx \
|
|
|
displayRegion.cxx \
|
|
|
displayRegionCullCallbackData.cxx \
|
|
|
displayRegionDrawCallbackData.cxx \
|
|
|
+ displaySearchParameters.cxx \
|
|
|
+ displayInformation.cxx \
|
|
|
frameBufferProperties.cxx \
|
|
|
graphicsEngine.cxx \
|
|
|
graphicsOutput.cxx \
|
|
|
@@ -59,17 +66,17 @@
|
|
|
graphicsStateGuardian.cxx \
|
|
|
graphicsThreadingModel.cxx \
|
|
|
graphicsWindow.cxx graphicsWindowInputDevice.cxx \
|
|
|
+ graphicsWindowProc.cxx \
|
|
|
graphicsDevice.cxx \
|
|
|
+ lru.cxx \
|
|
|
nativeWindowHandle.cxx \
|
|
|
parasiteBuffer.cxx \
|
|
|
windowHandle.cxx \
|
|
|
windowProperties.cxx \
|
|
|
- lru.cxx \
|
|
|
stencilRenderStates.cxx \
|
|
|
stereoDisplayRegion.cxx \
|
|
|
- displaySearchParameters.cxx \
|
|
|
- displayInformation.cxx \
|
|
|
- subprocessWindow.cxx
|
|
|
+ subprocessWindow.cxx \
|
|
|
+ touchInfo.cxx
|
|
|
|
|
|
#define INSTALL_HEADERS \
|
|
|
standardMunger.I standardMunger.h \
|