mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 09:22:41 +02:00

+ Added invalidBreakpoint image * Reorganized uniteditor so that breakpoints can be added erternal * moved breakpoints events to notification object git-svn-id: trunk@1546 -
20 lines
303 B
C
20 lines
303 B
C
/* XPM */
|
|
static char * InvalidBreakPoint_xpm[] = {
|
|
"11 11 5 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FF0000",
|
|
"@ c #FF0400",
|
|
"# c #FFFF00",
|
|
" ..... ",
|
|
" .+++++. ",
|
|
" .++++++@. ",
|
|
".++#+++#@+.",
|
|
".+++###@++.",
|
|
".++++#@@++.",
|
|
".+@+###+++.",
|
|
".++#+@@#++.",
|
|
" .++@@+++. ",
|
|
" .+++++. ",
|
|
" ..... "};
|