Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Steve Lhomme
VLC
Commits
51bb2b4c
Commit
51bb2b4c
authored
3 years ago
by
KO Myung-Hun
Committed by
Hugo Beauzée-Luyssen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kva: change a color key to 0x000001
0x000001 is more unique than 0x0F0F0F.
parent
885d2dec
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/video_output/kva.c
+1
-1
1 addition, 1 deletion
modules/video_output/kva.c
with
1 addition
and
1 deletion
modules/video_output/kva.c
+
1
−
1
View file @
51bb2b4c
...
...
@@ -123,7 +123,7 @@ static MRESULT EXPENTRY WndProc ( HWND, ULONG, MPARAM, MPARAM );
#define WC_VLC_KVA "WC_VLC_KVA"
#define COLOR_KEY 0x0
F0F0F
#define COLOR_KEY 0x0
00001
#define WM_VLC_MANAGE ( WM_USER + 1 )
#define WM_VLC_SIZE_CHANGE ( WM_USER + 2 )
...
...
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