From 65ba2793cb1add82640743846a9f0624eca1ebe3 Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Mon, 7 Oct 2024 02:09:33 +0200 Subject: [PATCH] Move that back Why did I move this in the first place? --- pixmappaint.d | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pixmappaint.d b/pixmappaint.d index 0a23cf6..c900e0b 100644 --- a/pixmappaint.d +++ b/pixmappaint.d @@ -434,6 +434,10 @@ struct SubPixmap { and potentially crash the program. ) + Returns: + A size-adjusted shallow copy of the input Pixmap overwritten + with the image data of the SubPixmap. + $(PITFALL While the returned Pixmap utilizes the buffer provided by the input, the returned Pixmap might not exactly match the input. @@ -449,10 +453,6 @@ struct SubPixmap { pixmap = subPixmap.extractToPixmap(pixmap); --- ) - - Returns: - A size-adjusted shallow copy of the input Pixmap overwritten - with the image data of the SubPixmap. +/ Pixmap extractToPixmap(Pixmap target) @nogc const { // Length adjustment