A Simple X Image Viewer
 
 
 
 
 
 

16 lines
236 B

  1. /* */
  2. #define WIN_WIDTH 800
  3. #define WIN_HEIGHT 600
  4. /* */
  5. #define BG_COLOR "#888888"
  6. /* */
  7. #define SCALE_MODE SCALE_DOWN
  8. /* */
  9. static const float zoom_levels[] = {
  10. 12.5, 25.0, 50.0, 75.0,
  11. 100.0, 150.0, 200.0, 400.0, 800.0
  12. };