mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-29 15:47:32 +01:00
18 lines
272 B
C
18 lines
272 B
C
/* XPM */
|
|
static char * ActiveBreakPoint_xpm[] = {
|
|
"11 11 3 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FF0000",
|
|
" ..... ",
|
|
" .+++++. ",
|
|
" .+++++++. ",
|
|
".+++++++++.",
|
|
".+++++++++.",
|
|
".+++++++++.",
|
|
".+++++++++.",
|
|
".+++++++++.",
|
|
" .+++++++. ",
|
|
" .+++++. ",
|
|
" ..... "};
|