Skip to content

Commit

Permalink
rerrange globals for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Jan 6, 2025
1 parent f29342b commit 787042b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ddc/ddc_displays.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
static DDCA_Trace_Group TRACE_GROUP = DDCA_TRC_DDC;

static GPtrArray * display_open_errors = NULL; // array of Bus_Open_Error
int dispno_max = 0; // highest assigned display number
static int ddc_detect_async_threshold = DEFAULT_DDC_CHECK_ASYNC_THRESHOLD;
#ifdef ENABLE_USB
static bool detect_usb_displays = true;
Expand All @@ -93,11 +92,11 @@ static bool detect_usb_displays = false;
static bool allow_asleep = true;

// Externally visible globals:
int dispno_max = 0; // highest assigned display number
bool monitor_state_tests = false;
bool skip_ddc_checks = false;



//
// Utility Functions
//
Expand Down

0 comments on commit 787042b

Please sign in to comment.