-
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.
rename ddc_watch_displays.c/h -> ddc_watch_displays_udev.c/h
- Loading branch information
Showing
10 changed files
with
19 additions
and
19 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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
// Copyright (C) 2019-2024 Sanford Rockowitz <[email protected]> | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#ifndef DDC_WATCH_DISPLAYS_H_ | ||
#define DDC_WATCH_DISPLAYS_H_ | ||
#ifndef DDC_WATCH_DISPLAYS_UDEV_H_ | ||
#define DDC_WATCH_DISPLAYS_UDEV_H_ | ||
|
||
/** \cond */ | ||
#include <glib-2.0/glib.h> | ||
|
@@ -21,6 +21,6 @@ extern int udev_poll_loop_millisec; | |
// bool is_watch_thread_executing(); | ||
gpointer ddc_watch_displays_udev_i2c(gpointer data); | ||
|
||
void init_ddc_watch_displays(); | ||
void init_ddc_watch_displays_udev(); | ||
|
||
#endif /* DDC_WATCH_DISPLAYS_H_ */ | ||
#endif /* DDC_WATCH_DISPLAYS_UDEV_H_ */ |
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
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