~wallch/wallpaper-changer/trunk

« back to all changes in this revision

Viewing changes to src/tools/glob.h

  • Committer: Alex Solanos
  • Date: 2015-08-23 16:51:21 UTC
  • Revision ID: alexsol.developer@gmail.com-20150823165121-wogzh1zpn26z2sbe
Remove numix theme
Add Le Point image to fetch from the interwebz
Make TryHard class to help keep the code DRY between le point and potd
preview code
Some general code cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
#define LW_PREVIEW_IMAGE "liveWebsitePreview.png"
67
67
#define POTD_PREVIEW_IMAGE "previewPotd.jpg"
 
68
#define LE_POINT_IMAGE "lePoint.jpg"
68
69
 
69
70
#define NULL_IMAGE "empty.png"
70
71