lazarus/images/sourceeditor/InvalidBreakPoint.xpm
lazarus d8a4f5d282 MWE:
+ Added invalidBreakpoint image
  * Reorganized uniteditor so that breakpoints can be added erternal
  * moved breakpoints events to notification object

git-svn-id: trunk@1546 -
2002-03-25 22:38:29 +00:00

20 lines
303 B
C

/* XPM */
static char * InvalidBreakPoint_xpm[] = {
"11 11 5 1",
" c None",
". c #000000",
"+ c #FF0000",
"@ c #FF0400",
"# c #FFFF00",
" ..... ",
" .+++++. ",
" .++++++@. ",
".++#+++#@+.",
".+++###@++.",
".++++#@@++.",
".+@+###+++.",
".++#+@@#++.",
" .++@@+++. ",
" .+++++. ",
" ..... "};