mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[client] transport: encapsulate transport instances
This commit is contained in:
@@ -123,9 +123,8 @@ struct AppState
|
||||
LG_Lock lgrLock;
|
||||
bool useDMA;
|
||||
|
||||
LG_Transport * transport;
|
||||
const LG_TransportOps * transportOps;
|
||||
LG_TransportFeatureFlags transportFeatures;
|
||||
LG_TransportInstance transport;
|
||||
LG_TransportFeatureFlags transportFeatures;
|
||||
|
||||
LGThread * cursorThread;
|
||||
LGThread * frameThread;
|
||||
|
||||
Reference in New Issue
Block a user