* little restructuring:
- mv bg_imlib2.c bg_image.c --HG-- rename : src/bg_imlib2.c => src/bg_image.c extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4025
This commit is contained in:
parent
faca6bfcb0
commit
ef432da534
3 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,9 @@ Version 1.0
|
||||||
2005-05-23:
|
2005-05-23:
|
||||||
|
|
||||||
* added -bg image:shade=<perc>
|
* added -bg image:shade=<perc>
|
||||||
|
* little restructuring:
|
||||||
|
- added alock_utils.c for shared code
|
||||||
|
- mv bg_imlib2.c bg_image.c
|
||||||
|
|
||||||
2005-05-20:
|
2005-05-20:
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ if build['xcursor']:
|
||||||
cursor_sources += [ 'cursor_xcursor.c' ]
|
cursor_sources += [ 'cursor_xcursor.c' ]
|
||||||
|
|
||||||
if build['imlib2']:
|
if build['imlib2']:
|
||||||
bg_sources += [ 'bg_imlib2.c' ]
|
bg_sources += [ 'bg_image.c' ]
|
||||||
if build['xrender']:
|
if build['xrender']:
|
||||||
bg_sources += [ 'bg_shade.c']
|
bg_sources += [ 'bg_shade.c']
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* ---------------------------------------------------------------- *\
|
/* ---------------------------------------------------------------- *\
|
||||||
|
|
||||||
file : bg_imlib2.c
|
file : bg_image.c
|
||||||
author : m. gumz <akira at fluxbox dot org>
|
author : m. gumz <akira at fluxbox dot org>
|
||||||
copyr : copyright (c) 2005 by m. gumz
|
copyr : copyright (c) 2005 by m. gumz
|
||||||
|
|
Reference in a new issue