Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h159 #define FRAMEBLANK_MAX_HEIGHT ((int)(400. * widget_opts.scale)) macro
H A Dgui.c116 if (height > FRAMEBLANK_MAX_HEIGHT) height = FRAMEBLANK_MAX_HEIGHT; in load_theme_images()