#include "bcdisplayinfo.h"#include "bcipc.h"#include "bclistbox.inc"#include "bcresources.h"#include "bcsignals.h"#include "bcwindowbase.h"#include "colors.h"#include "colormodels.h"#include "fonts.h"#include "language.h"#include "vframe.h"#include <string.h>#include <sys/ipc.h>#include <sys/shm.h>#include <X11/extensions/XShm.h>#include <unistd.h>#include "images/file_film_png.h"#include "images/file_folder_png.h"#include "images/file_sound_png.h"#include "images/file_unknown_png.h"#include "images/file_column_png.h"#include "images/bar_png.h"#include "images/cancel_up_png.h"#include "images/cancel_hi_png.h"#include "images/cancel_dn_png.h"#include "images/ok_up_png.h"#include "images/ok_hi_png.h"#include "images/ok_dn_png.h"#include "images/usethis_up_png.h"#include "images/usethis_uphi_png.h"#include "images/usethis_dn_png.h"#include "images/checkbox_checked_png.h"#include "images/checkbox_dn_png.h"#include "images/checkbox_checkedhi_png.h"#include "images/checkbox_up_png.h"#include "images/checkbox_hi_png.h"#include "images/radial_checked_png.h"#include "images/radial_dn_png.h"#include "images/radial_checkedhi_png.h"#include "images/radial_up_png.h"#include "images/radial_hi_png.h"#include "images/file_text_up_png.h"#include "images/file_text_hi_png.h"#include "images/file_text_dn_png.h"#include "images/file_icons_up_png.h"#include "images/file_icons_hi_png.h"#include "images/file_icons_dn_png.h"#include "images/file_newfolder_up_png.h"#include "images/file_newfolder_hi_png.h"#include "images/file_newfolder_dn_png.h"#include "images/file_updir_up_png.h"#include "images/file_updir_hi_png.h"#include "images/file_updir_dn_png.h"#include "images/file_delete_up_png.h"#include "images/file_delete_hi_png.h"#include "images/file_delete_dn_png.h"#include "images/file_reload_up_png.h"#include "images/file_reload_hi_png.h"#include "images/file_reload_dn_png.h"#include "images/listbox_button_dn_png.h"#include "images/listbox_button_hi_png.h"#include "images/listbox_button_up_png.h"#include "images/listbox_button_disabled_png.h"#include "images/list_bg_png.h"#include "images/listbox_expandchecked_png.h"#include "images/listbox_expandcheckedhi_png.h"#include "images/listbox_expanddn_png.h"#include "images/listbox_expandup_png.h"#include "images/listbox_expanduphi_png.h"#include "images/listbox_columnup_png.h"#include "images/listbox_columnhi_png.h"#include "images/listbox_columndn_png.h"#include "images/listbox_up_png.h"#include "images/listbox_dn_png.h"#include "images/pot_hi_png.h"#include "images/pot_up_png.h"#include "images/pot_dn_png.h"#include "images/progress_up_png.h"#include "images/progress_hi_png.h"#include "images/7seg_small/0_png.h"#include "images/7seg_small/1_png.h"#include "images/7seg_small/2_png.h"#include "images/7seg_small/3_png.h"#include "images/7seg_small/4_png.h"#include "images/7seg_small/5_png.h"#include "images/7seg_small/6_png.h"#include "images/7seg_small/7_png.h"#include "images/7seg_small/8_png.h"#include "images/7seg_small/9_png.h"#include "images/7seg_small/colon_png.h"#include "images/7seg_small/period_png.h"#include "images/7seg_small/a_png.h"#include "images/7seg_small/b_png.h"#include "images/7seg_small/c_png.h"#include "images/7seg_small/d_png.h"#include "images/7seg_small/e_png.h"#include "images/7seg_small/f_png.h"#include "images/7seg_small/space_png.h"#include "images/7seg_small/dash_png.h"Go to the source code of this file.
1.4.4