Skip to content

Commit

Permalink
wayland_backend: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Mar 2, 2024
1 parent 6ef1762 commit f8d15c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wayland_backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ static LogScope xdg_log( "xdg_backend" );
#define WAYLAND_NULL() []<typename... Args> ( void *pData, Args... args ) { }
#define WAYLAND_USERDATA_TO_THIS(type, name) []<typename... Args> ( void *pData, Args... args ) { type *pThing = (type *)pData; pThing->name( std::forward<Args>(args)... ); }

extern gamescope::ConVar<bool> cv_hdr_enabled;

namespace gamescope
{
extern ConVar<bool> cv_hdr_enabled;

class CWaylandConnector;
class CWaylandPlane;
Expand Down

0 comments on commit f8d15c8

Please sign in to comment.