Skip to content

Commit

Permalink
Update InitOutput.c
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-zify authored Jun 4, 2024
1 parent cd7f432 commit 7572626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/cpp/lorie/InitOutput.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ lorieRandRInit(ScreenPtr pScreen) {
|| !(crtc = RRCrtcCreate(pScreen, NULL))
|| !RRCrtcGammaSetSize(crtc, 256)
|| !(output = RROutputCreate(pScreen, screenName, sizeof(screenName), NULL))
//|| (output->nameLength = strlen(output->name), FalseNoop())
// || (output->nameLength = strlen(output->name), FalseNoop())
|| !RROutputSetClones(output, NULL, 0)
|| !RROutputSetModes(output, &mode, 1, 0)
|| !RROutputSetCrtcs(output, &crtc, 1)
Expand Down

0 comments on commit 7572626

Please sign in to comment.