view etc/toolbar/next-win-up.xpm @ 4972:c448f4c38d65

change name of lock file to avoid problems with etags, byte-recompile-directory, etc. -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-04 Ben Wing <ben@xemacs.org> * filelock.c: * filelock.c (fill_in_lock_file_name): Name the lock symlink file .#FN# instead of .#FN for file FN, so that the link file doesn't have a .c or .el or whatever extension, which confuses programs/functions that search by extension (e.g. etags, byte-recompile-directory, etc.).
author Ben Wing <ben@xemacs.org>
date Thu, 04 Feb 2010 05:58:40 -0600
parents 376386a54a3c
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * next_win_xpm[] = {
"28 28 5 1",
"       c Gray75 s backgroundToolBarColor",
".      c black",
"x      c white",
"y      c Gray90",
"z      c Gray60",
"                            ",
"                            ",
" ...........                ",
" .zzzz.zzzz.                ",
" .zzzz.z...........         ",
" .zzzz.z.yyyy.yyyy.         ",
" .zzzz.z.yyyy.y...........  ",
" .zzzz.z.yyyy.y.xxxx.xxxx.  ",
" ........yyyy.y.xxxx.xxxx.  ",
" .zzzz.z.yyyy.y.xxxx.xxxx.  ",
" .zzzz.z........xxxx.xxxx.  ",
" .zzzz.z.yyyy.y.xxxx.xxxx.  ",
" .zzzz.z.yyyy.y...........  ",
" .zzzz.z.yyyy.y.xxxx.xxxx.  ",
" ........yyyy.y.xxxx.xxxx.  ",
"        .yyyy.y.xxxx.xxxx.  ",
"        ........xxxx.xxxx.  ",
"               .xxxx.xxxx.  ",
"               ...........  ",
"                            ",
"                            ",
"                 ..         ",
"                  ...       ",
"    ...................     ",
"                  ...       ",
"                 ..         ",
"                            ",
"                            "};