Home
last modified time | relevance | path

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

/dports/x11/xapp/xapp-2.2.6/libxapp/
H A Dxapp-icon-chooser-dialog.c1444 #define CATEGORY_CHUNK_SIZE 500 macro
1461 for (chunk_count = 0; chunk_count < CATEGORY_CHUNK_SIZE; chunk_count++) in load_icons_for_category()
1484 callback_info->chunk_end = (chunk_count == CATEGORY_CHUNK_SIZE - 1); in load_icons_for_category()