A Simple X Image Viewer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 line
179 B

  1. /* */
  2. #define WIN_WIDTH 800
  3. #define WIN_HEIGHT 600
  4. /* */
  5. #define SCALE_MODE SCALE_DOWN
  6. /* */
  7. #define ZOOM_MIN 12.5
  8. #define ZOOM_MAX 400
  9. /* */
  10. #define BG_COLOR "#777777"