Skip to content

Commit

Permalink
renderer/gtk: Use provided value in ffi-set-tracking-prevention.
Browse files Browse the repository at this point in the history
TODO: Make is optional.
TODO: ffi-buffer-set-tracking-prevention?
  • Loading branch information
aartaka committed Nov 24, 2021
1 parent 9f4e26f commit 3a82458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/gtk.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ As a second value, return the current buffer index starting from 0."
(webkit:webkit-website-data-manager-set-itp-enabled
(webkit:webkit-web-context-website-data-manager
(webkit:webkit-web-view-web-context (gtk-object buffer)))
t))
value))

(defmethod ffi-buffer-copy ((gtk-buffer gtk-buffer))
(webkit:webkit-web-view-can-execute-editing-command
Expand Down

0 comments on commit 3a82458

Please sign in to comment.