We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592ce8f commit df64320Copy full SHA for df64320
1 file changed
src/commandList.cpp
@@ -2418,4 +2418,5 @@ void CommandList::init() {
2418
cm.add(binary(4, "ctrlsetfontheighth4", type::ANY, type::ANY, {}, {}));
2419
cm.add(binary(4, "menusort", type::ANY, type::ANY, {}, {}));
2420
cm.add(binary(4, "ctrlsetfontheighth5", type::ANY, type::ANY, {}, {}));
2421
+ cm.add(binary(4, "boundingboxreal", type::ANY, type::ANY, {}, {}));
2422
}
0 commit comments