app_server: fix comment header in pixel alpha overlay modes

This commit is contained in:
Julian Harnath
2015-08-23 01:00:18 +02:00
parent 64c6e038eb
commit 01c7304204
4 changed files with 12 additions and 12 deletions
@@ -2,7 +2,7 @@
* Copyright 2005, Stephan Aßmus <[email protected]>. All rights reserved. * Copyright 2005, Stephan Aßmus <[email protected]>. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* DrawingMode implementing B_OP_ALPHA in "Constant Overlay" mode on B_RGBA32. * DrawingMode implementing B_OP_ALPHA in "Pixel Overlay" mode on B_RGBA32.
* *
*/ */
@@ -3,7 +3,7 @@
* Copyright 2008, Andrej Spielmann <[email protected]>. * Copyright 2008, Andrej Spielmann <[email protected]>.
* All rights reserved. Distributed under the terms of the MIT License. * All rights reserved. Distributed under the terms of the MIT License.
* *
* DrawingMode implementing B_OP_ALPHA in "Constant Overlay" mode on B_RGBA32. * DrawingMode implementing B_OP_ALPHA in "Pixel Overlay" mode on B_RGBA32.
* *
*/ */
@@ -2,7 +2,7 @@
* Copyright 2005, Stephan Aßmus <[email protected]>. All rights reserved. * Copyright 2005, Stephan Aßmus <[email protected]>. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* DrawingMode implementing B_OP_ALPHA in "Constant Overlay" mode on B_RGBA32. * DrawingMode implementing B_OP_ALPHA in "Pixel Overlay" mode on B_RGBA32.
* *
*/ */
@@ -3,7 +3,7 @@
* Copyright 2008, Andrej Spielmann <[email protected]>. * Copyright 2008, Andrej Spielmann <[email protected]>.
* All rights reserved. Distributed under the terms of the MIT License. * All rights reserved. Distributed under the terms of the MIT License.
* *
* DrawingMode implementing B_OP_ALPHA in "Constant Overlay" mode on B_RGBA32. * DrawingMode implementing B_OP_ALPHA in "Pixel Overlay" mode on B_RGBA32.
* *
*/ */