Searched refs:new_display (Results 1 – 2 of 2) sorted by relevance
61 GX_DISPLAY new_display; in control_thread_entry() local70 …status = gx_display_create(&new_display, "new_display", gx_validation_display_driver_setup_24xrgb,… in control_thread_entry()73 new_display.gx_display_language_table_size = 2; in control_thread_entry()74 status = gx_display_string_table_get(&new_display, LANGUAGE_ENGLISH, &table, &table_size); in control_thread_entry()
963 int new_display = GetDlgItemInt(IDC_SELECTED_DISPLAY); in OnEnEditSelectedDisplay() local966 if (new_display >= 1 && new_display <= num_displays) in OnEnEditSelectedDisplay()968 m_current_display = new_display - 1; in OnEnEditSelectedDisplay()