~israeldahl/jwm-settings-manager/trunk

« back to all changes in this revision

Viewing changes to data/defaults/.jwm/Buttons/BoxShaped/max.xbm

  • Committer: Israel Dahl
  • Date: 2014-07-06 02:48:28 UTC
  • Revision ID: israeldahl@gmail.com-20140706024828-1bt17riyy2ep06bt
actually added the themes, buttons, etc...
* Alpha Version update
 * Desktop
 - Added Rox checkers, and getters and setters, but haven't finished/enabled it
 - Finished gradient support
 - finished Single color support
 - moved the image setting code to flDesktop(h/cpp)
 * Window
 - fixed Window icon code to reliably open the directory containing icons
 - added 'BoxShaped' window buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define max_width 12
 
2
#define max_height 12
 
3
static unsigned char max_bits[] = {
 
4
   0xfc, 0x03, 0xfe, 0x07, 0x03, 0x0c, 0x03, 0x0c, 0x03, 0x0c, 0xfb, 0x0d,
 
5
   0xfb, 0x0d, 0xfb, 0x0d, 0x03, 0x0c, 0x03, 0x0c, 0xfe, 0x07, 0xfc, 0x03 };