Home
last modified time | relevance | path

Searched refs:moving_box_color (Results 1 – 1 of 1) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Deditorbigmap.cpp761 Gdk::RGBA moving_box_color = Gdk::RGBA(); in after_draw() local
762 moving_box_color.set_rgba(250.0/255.0, 250.0/255.0, 0.0/255.0); in after_draw()
815 buffer_gc->set_source_rgb(moving_box_color.get_red(), in after_draw()
816 moving_box_color.get_green(), in after_draw()
817 moving_box_color.get_blue()); in after_draw()