view src/icons/icon_float.xpm @ 35:e46aedb70f67

Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net> * pan-view.c: Optimize pan_layout_intersect by dividing object list into smaller sets (of ~ 1000 each) grouped by coordinates, this makes drawing tiles much faster when the window contains > 100,000 images. This adds the complexity of walking two lists when searching for a specific item, but the speed increase is worth it. ##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. #####
author gqview
date Fri, 08 Apr 2005 19:43:25 +0000
parents b3e0e515fabf
children
line wrap: on
line source

/* XPM */
static char * icon_float_xpm[] = {
"10 20 5 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"@	c #CFCFCF",
"#	c #797D79",
"          ",
" .......  ",
" .++@+@.# ",
" .+@+@@.# ",
"  .@@@.## ",
"  .+@@.## ",
"  .@@@.#  ",
"  .+@@.#  ",
" .++@@@.  ",
".++@+@+@. ",
".+@@@@@@.#",
".........#",
"  #.@.####",
"   .+.#   ",
"   .+.#   ",
"   .+.#   ",
"   .+.#   ",
"    .##   ",
"     #    ",
"          "};