-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
// ddc_watch_displays_dref.h | ||
/** @file ddc_watch_displays_dref.h | ||
* Functions that modify persistent DDC_Display_Ref tables, | ||
* used only by display change detection | ||
*/ | ||
|
||
// Copyright (C) 2024 Sanford Rockowitz <[email protected]> | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
@@ -10,7 +13,6 @@ | |
#ifndef DDC_WATCH_DISPLAYS_DREF_H_ | ||
#define DDC_WATCH_DISPLAYS_DREF_H_ | ||
|
||
// Display Status Change | ||
void ddc_add_display_ref(Display_Ref * dref); | ||
void ddc_mark_display_ref_removed(Display_Ref* dref); | ||
|
||
|