--- a/src/SDL_Pango.h +++ b/src/SDL_Pango.h @@ -171,7 +171,7 @@ SDLPango_Direction direction); -#ifdef __FT2_BUILD_UNIX_H__ +#ifdef FT2BUILD_H_ extern DECLSPEC void SDLCALL SDLPango_CopyFTBitmapToSurface( const FT_Bitmap *bitmap, @@ -179,7 +179,7 @@ const SDLPango_Matrix *matrix, SDL_Rect *rect); -#endif /* __FT2_BUILD_UNIX_H__ */ +#endif #ifdef __PANGO_H__ ='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/image.scm
AgeCommit message (Expand)Author
2024-08-31gnu: image: Reformat comments....I wrote these to fit on their lines, so the pointless widows bug me. * gnu/build/image.scm (make-iso9660-image): M-q comments. Tobias Geerinckx-Rice
2023-06-14gnu: image: Add support for unformatted partitions....* gnu/build/image.scm (make-unformatted-image): New procedure. (make-partition-image): Add support for unformatted partition. * gnu/system/image.scm (system-disk-image)[partition->gpt-type]: Add case for using unformatted partition uuid. Efraim Flashner
2022-12-12image: Use 512 byte blocks for EFI partitions....Addresses <https://issues.guix.gnu.org/59695>. * gnu/build/image.scm (make-vfat-image): When creating a fat filesystem for UEFI bootable partition use 512 byte blocks. Efraim Flashner
2022-08-30build: image: Make partition uuid optional....The uuid field of <partition> defaults to #false. This should be reflected when creating the partition. * gnu/build/image.scm (make-ext-image): Make it optional. Mathieu Othacehe
2022-08-30build: image: Remove unused variable....* gnu/build/image.scm (make-ext-image): Remove the unused flags variable. Mathieu Othacehe