Skip to content

Commit

Permalink
Merge branch 'master' into development/Compositor
Browse files Browse the repository at this point in the history
  • Loading branch information
pwielders authored Dec 9, 2024
2 parents 5f375f3 + 2931309 commit b17050f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Cobalt/Cobalt.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ video = JSON()
video.add("height", "@PLUGIN_COBALT_HEIGHT@")
video.add("width", "@PLUGIN_COBALT_WIDTH@")

graphics = JSON()
graphics.add("height", "@PLUGIN_COBALT_HEIGHT@")
graphics.add("width", "@PLUGIN_COBALT_WIDTH@")

video = JSON()
video.add("height", "@PLUGIN_COBALT_HEIGHT@")
video.add("width", "@PLUGIN_COBALT_WIDTH@")

root = JSON()
root.add("mode", "@PLUGIN_COBALT_MODE@")
root.add("locator", "lib@[email protected]")
Expand Down
1 change: 0 additions & 1 deletion Compositor/Compositor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ namespace Plugin {
else {
list.push_back(entry);
}

}
else {
int value = 1;
Expand Down

0 comments on commit b17050f

Please sign in to comment.