mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[idd] project: organize source layout
Move cadence and pipeline declarations under capture, and move local named-pipe handling under ipc. Flatten display contexts and rename files after their contained classes. Keep transport headers limited to transport contracts and capabilities. Consolidate CSwapChainProcessor definitions so each source file matches the class it implements.
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
* Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "display/device/CDeviceContext.h"
|
||||
#include "display/CDeviceContext.h"
|
||||
|
||||
#include "display/IddCxCompat.h"
|
||||
#include "transport/CPipeServer.h"
|
||||
#include "ipc/CPipeServer.h"
|
||||
#include "transport/IFrameTransport.h"
|
||||
#include "transport/TransportFactory.h"
|
||||
#include "CDebug.h"
|
||||
@@ -18,8 +18,8 @@
|
||||
* Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "display/monitor/Context.h"
|
||||
#include "display/device/CDeviceContext.h"
|
||||
#include "display/CMonitorContext.h"
|
||||
#include "display/CDeviceContext.h"
|
||||
#include "capture/CSwapChainProcessor.h"
|
||||
#include "d3d/CD3D11Device.h"
|
||||
#include "CDebug.h"
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "display/CMonitorManager.h"
|
||||
|
||||
#include "display/monitor/Context.h"
|
||||
#include "display/CMonitorContext.h"
|
||||
#include "CDebug.h"
|
||||
|
||||
void CMonitorManager::Create(UINT connectorIndex, IDDCX_ADAPTER adapter,
|
||||
|
||||
Reference in New Issue
Block a user