Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing pointer cast to fix ftbfs in ximtool.c #69

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

olebole
Copy link
Member

@olebole olebole commented Aug 20, 2024

This was forgotten in #67 ...

The sources are 512x512. They can be converted and scaled with
ImageMagick:

convert XGTerm.xcf \
  -background transparent -flatten \
  -scale 128x128 \
  xgterm.png

Linux (freedesktop) wants to have icons in 16x16...512x512 as optimum.

For macOS, one needs to include a transparent border around it:

convert XGTerm.xcf \
  -background transparent -flatten \
  -bordercolor transparent -border 5% \
  -scale 128x128 \
  xgterm.png
@olebole olebole merged commit 3cc0020 into iraf-community:main Aug 26, 2024
2 checks passed
@olebole olebole deleted the cast branch August 26, 2024 08:57
olebole added a commit that referenced this pull request Aug 26, 2024
Add missing pointer cast to fix ftbfs in ximtool.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant