Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osdd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
osdd
Commits
eacdaf58
Commit
eacdaf58
authored
4 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
Copyrigh Jiri Kalvoda
parent
b4448db3
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README
+1
-1
1 addition, 1 deletion
README
display.c
+1
-0
1 addition, 0 deletions
display.c
display.h
+1
-0
1 addition, 0 deletions
display.h
osdd.c
+1
-0
1 addition, 0 deletions
osdd.c
with
4 additions
and
1 deletion
README
+
1
−
1
View file @
eacdaf58
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
On-Screen Display Daemon
On-Screen Display Daemon
(c) 2010 Martin Mares <mj@ucw.cz>
(c) 2010 Martin Mares <mj@ucw.cz>
(c) 2021 Ji
ří
Kalvoda <jirikalvoda@kam.mff.cuni.cz>
(c)
2020--
2021 Ji
ri
Kalvoda <jirikalvoda@kam.mff.cuni.cz>
You can use and distribute this program under the terms of GPLv2.
You can use and distribute this program under the terms of GPLv2.
...
...
This diff is collapsed.
Click to expand it.
display.c
+
1
−
0
View file @
eacdaf58
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
* On-screen Display
* On-screen Display
*
*
* (c) 2013--2014 Martin Mares <mj@ucw.cz>
* (c) 2013--2014 Martin Mares <mj@ucw.cz>
* (c) 2020--2021 Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz>
*
*
* This code is heavily inspired by the libxosd library,
* This code is heavily inspired by the libxosd library,
* which is (c) 2000, 2001 Andre Renaud <andre@ignavus.net>.
* which is (c) 2000, 2001 Andre Renaud <andre@ignavus.net>.
...
...
This diff is collapsed.
Click to expand it.
display.h
+
1
−
0
View file @
eacdaf58
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
* On-screen Display
* On-screen Display
*
*
* (c) 2013--2014 Martin Mares <mj@ucw.cz>
* (c) 2013--2014 Martin Mares <mj@ucw.cz>
* (c) 2020--2021 Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz>
*/
*/
#include
<stdbool.h>
#include
<stdbool.h>
...
...
This diff is collapsed.
Click to expand it.
osdd.c
+
1
−
0
View file @
eacdaf58
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
* On-screen Display Daemon
* On-screen Display Daemon
*
*
* (c) 2010--2014 Martin Mares <mj@ucw.cz>
* (c) 2010--2014 Martin Mares <mj@ucw.cz>
* (c) 2020--2021 Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz>
*/
*/
#include
<stdio.h>
#include
<stdio.h>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment