Subversion Repositories Kolibri OS

Rev

Rev 7049 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. struct od_filter
  2. {
  3.         dword size;
  4.         byte end;
  5. };
  6.  
  7. proc_info pr_inf;
  8. char communication_area_name[] = "FFFFFFFF_open_dialog";
  9. byte plugin_path[4096];
  10. char open_dialog_path[] = "/rd/1/File managers/opendial"; //opendial
  11. byte openfile_path[2048];
  12. byte filename_area[4096];
  13.  
  14. opendialog o_dialog = {0, #pr_inf, #communication_area_name, 0, #plugin_path, #default_dir, #open_dialog_path,
  15.   #draw_window, 0, #openfile_path, #filename_area, #filter2, 420, 200, 320, 120};
  16.