diff options
author | emersion <contact@emersion.fr> | 2018-08-02 08:20:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 08:20:39 +0100 |
commit | fe39129b96794032c396411f96f2eb016050a545 (patch) | |
tree | 8f0085c1829ab97a920acd9d5116732779177631 /include/sway/desktop/transaction.h | |
parent | 9564c73c0ddca9d7b45f0476fcaee8bd878d8345 (diff) | |
parent | 47bf4ed0cbf104d09bba7f39acbf2ceb84c2c694 (diff) |
Merge pull request #2396 from RyanDwyer/fix-resize-wiggle
Correctly track saved surfaces during multiple transactions
Diffstat (limited to 'include/sway/desktop/transaction.h')
-rw-r--r-- | include/sway/desktop/transaction.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/sway/desktop/transaction.h b/include/sway/desktop/transaction.h index cee4afed..56361d94 100644 --- a/include/sway/desktop/transaction.h +++ b/include/sway/desktop/transaction.h @@ -42,17 +42,4 @@ void transaction_notify_view_ready(struct sway_view *view, uint32_t serial); void transaction_notify_view_ready_by_size(struct sway_view *view, int width, int height); -/** - * Get the saved texture that should be rendered for a view. - * - * The addresses pointed at by the width and height pointers will be populated - * with the surface's dimensions, which may be different to the texture's - * dimensions if output scaling is used. - * - * This function should only be called if it is known that the view has - * instructions. - */ -struct wlr_texture *transaction_get_saved_texture(struct sway_view *view, - int *width, int *height); - #endif |