mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 07:35:58 +02:00

* Reworked adding/removing breakpoints + Added Unknown breakpoint type git-svn-id: trunk@3073 -
20 lines
303 B
C
20 lines
303 B
C
/* XPM */
|
|
static char * UnknownBreakPoint_xpm[] = {
|
|
"11 11 5 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FF0000",
|
|
"@ c #FFFF00",
|
|
"# c #FF8000",
|
|
" ..... ",
|
|
" .+++++. ",
|
|
" .++@@@#+. ",
|
|
".++@+++@#+.",
|
|
".++++++@#+.",
|
|
".+++++@#++.",
|
|
".++++@#+++.",
|
|
".+++++++++.",
|
|
" .+++@#++. ",
|
|
" .+++++. ",
|
|
" ..... "};
|