1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

WRaster: Create header for i18n helper functions

This patch is just adding a single header, but because it also modifies
all the C files to add the #include, it was made as a patch on its own to
ease review.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2021-05-17 16:32:12 +02:00
committed by Carlos R. Mafra
parent aadd694a6b
commit 19202fd2db
28 changed files with 88 additions and 0 deletions

View File

@@ -18,7 +18,11 @@
* MA 02110-1301, USA.
*/
#include "config.h"
#include "wraster.h"
#include "wr_i18n.h"
void RCombineAlpha(unsigned char *d, unsigned char *s, int s_has_alpha,
int width, int height, int dwi, int swi, int opacity) {