Skip to content

Commit

Permalink
fix last commit because git add did not work fine this time...
Browse files Browse the repository at this point in the history
  • Loading branch information
twaik committed Jan 29, 2025
1 parent c9d29ac commit ca14bbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/src/main/cpp/lorie/renderer.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ static void rendererRenewImage(void) {
buffer = pendingBuffer;
pendingBuffer = NULL;
bufferChanged = false;
blockRedraw = false;

LorieBuffer_attachToGL(buffer);
log("renderer: buffer changed %p %d %d", buffer, (int) LorieBuffer_getWidth(buffer), (int) LorieBuffer_getHeight(buffer));
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/com/termux/x11/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,6 @@ private void setTerminalToolbarView() {
(TermuxX11ExtraKeys.getExtraKeysInfo() == null ? 0 : TermuxX11ExtraKeys.getExtraKeysInfo().getMatrix().length));
pager.setLayoutParams(layoutParams);

// getLorieView().setBottomPadding(prefs.adjustHeightForEK.get() && showNow ? layoutParams.height : 0);
// getLorieView().triggerCallback();
frm.setPadding(0, 0, 0, prefs.adjustHeightForEK.get() && showNow ? layoutParams.height : 0);
getLorieView().requestFocus();
}
Expand Down

0 comments on commit ca14bbe

Please sign in to comment.