Skip to content

Commit

Permalink
Revert "simple-shm"
Browse files Browse the repository at this point in the history
This reverts commit 33c4561.
  • Loading branch information
jwinarske committed May 2, 2024
1 parent 4f53b60 commit 34792fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/simple-shm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct Configuration {

static volatile bool gRunning = true;

static std::vector<std::string> gCursors;
static std::vector<std::string> gCursors = Pointer::get_available_cursors();

/**
* @brief Signal handler function to handle signals.
Expand Down Expand Up @@ -320,8 +320,6 @@ int main(int argc, char **argv) {
("t,tearing", "Enable tearing via the tearing_control protocol");
auto result = options.parse(argc, argv);

gCursors = Pointer::get_available_cursors();

App app({
.width = result["width"].as<int>(),
.height = result["height"].as<int>(),
Expand Down

0 comments on commit 34792fc

Please sign in to comment.