Skip to content

Commit

Permalink
comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Jan 6, 2025
1 parent 3033cbf commit 83b11b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ddc/ddc_watch_displays_dref.h
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
Expand All @@ -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);

Expand Down

0 comments on commit 83b11b9

Please sign in to comment.