Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dcolor.c1017 int r, nr = (rank == RANK_PRIORITY) ? 2 : 1; in prima_color_add_ref()
1046 rank = ( rank > 1) ? RANK_PRIORITY : RANK_NORMAL; in prima_color_sync()
1086 if ( XX-> type.widget) rank = RANK_PRIORITY; else in prima_palette_replace()
1220 stage = RANK_PRIORITY; in prima_palette_replace()
1223 if ( stage == RANK_PRIORITY) goto ALLOC_STAGE; in prima_palette_replace()
1233 if ( p-> rank == RANK_PRIORITY) { in prima_palette_replace()
1348 guts.palette[i].rank = RANK_PRIORITY; in prima_palette_replace()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h390 #define RANK_PRIORITY 2 /* Colors explicitly set by Widget::set_palette */ macro