Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_display_string_table_get_no_output.c61 GX_DISPLAY new_display; in control_thread_entry() local
70 …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()
/GUIX-v6.4.1/guix_studio/
DProjectConfigDlg.cpp963 int new_display = GetDlgItemInt(IDC_SELECTED_DISPLAY); in OnEnEditSelectedDisplay() local
966 if (new_display >= 1 && new_display <= num_displays) in OnEnEditSelectedDisplay()
968 m_current_display = new_display - 1; in OnEnEditSelectedDisplay()