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

Commits on Aug 26, 2024

  1. Add Gimp sources for xgterm and ximtool icons

    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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6b2e050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38906b7 View commit details
    Browse the repository at this point in the history