* renaming of bitmap-files, adding first alock-unique cursor
--HG-- extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4035
This commit is contained in:
parent
8cbf212b85
commit
4900a70c46
5 changed files with 11 additions and 4 deletions
|
@ -35,11 +35,14 @@
|
|||
|
||||
#include <X11/bitmaps/xlogo16>
|
||||
|
||||
#include "../bitmaps/mini.bitmap"
|
||||
#include "../bitmaps/mini_mask.bitmap"
|
||||
#include "../bitmaps/mini.xbm"
|
||||
#include "../bitmaps/mini_mask.xbm"
|
||||
|
||||
#include "../bitmaps/xtr.bitmap"
|
||||
#include "../bitmaps/xtr_mask.bitmap"
|
||||
#include "../bitmaps/xtr.xbm"
|
||||
#include "../bitmaps/xtr_mask.xbm"
|
||||
|
||||
#include "../bitmaps/alock.xbm"
|
||||
#include "../bitmaps/alock_mask.xbm"
|
||||
|
||||
/* ---------------------------------------------------------------- *\
|
||||
\* ---------------------------------------------------------------- */
|
||||
|
@ -56,6 +59,10 @@ struct ThemeCursor {
|
|||
|
||||
static struct ThemeCursor cursors[] = {
|
||||
|
||||
{ "alock",
|
||||
alock_width, alock_height, alock_x_hot, alock_y_hot,
|
||||
alock_bits, alock_mask_bits },
|
||||
|
||||
{ "mini",
|
||||
mini_width, mini_height, mini_x_hot, mini_y_hot,
|
||||
mini_bits, mini_mask_bits },
|
||||
|
|
Reference in a new issue