Graphics protocol: Add a new delete mode for deleting images whose ids fall within a range

Useful for bulk deletion. See #7080
This commit is contained in:
Kovid Goyal 2024-02-13 14:12:29 +05:30
parent ad3ab877f8
commit c19488f3be
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
7 changed files with 36 additions and 12 deletions

View file

@ -116,6 +116,9 @@ const (
GRT_delete_by_cell_zindex // q
GRT_free_by_cell_zindex // Q
GRT_delete_by_range // r
GRT_free_by_range // R
GRT_delete_by_column // x
GRT_free_by_column // X