Skip to content

Commit

Permalink
Merge branch 'graceful_exit' into graceful_exit_part2
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkautarch committed Dec 10, 2024
2 parents 0f5789f + 09a7349 commit a008605
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Backends/WaylandBackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,6 @@ namespace gamescope
void Wayland_XXColorManager_SupportedPrimariesNamed( xx_color_manager_v3 *pXXColorManager, uint32_t uPrimaries );
static const xx_color_manager_v3_listener s_XXColorManagerListener;

CWaylandInputThread m_InputThread;

CWaylandConnector m_Connector;
CWaylandPlane m_Planes[8];

Expand Down Expand Up @@ -688,6 +686,7 @@ namespace gamescope
std::atomic<bool> m_bDesiredFullscreenState = { false };

bool m_bHostCompositorIsCurrentlyVRR = false;
CWaylandInputThread m_InputThread;
};
const wl_registry_listener CWaylandBackend::s_RegistryListener =
{
Expand Down

0 comments on commit a008605

Please sign in to comment.