mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 07:22:52 +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
302 B
C
20 lines
302 B
C
/* XPM */
|
|
static char * ActiveBreakPoint_xpm[] = {
|
|
"11 11 5 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FF0000",
|
|
"@ c #00FF00",
|
|
"# c #008000",
|
|
" ..... ",
|
|
" .+++++. ",
|
|
" .+++++@#. ",
|
|
".++++++@#+.",
|
|
".+++++@#++.",
|
|
".+++++@#++.",
|
|
".+@++@#+++.",
|
|
".++@+@#+++.",
|
|
" .++@#+++. ",
|
|
" .+++++. ",
|
|
" ..... "};
|