Search found 1 match

Go to advanced search

by daff
04 Oct 2008 14:12
Forum: VLC media player for Windows Troubleshooting
Topic: Disable mouse wheel changing volume
Replies: 55
Views: 19552

Re: Disable mouse wheel changing volume

I think I found a little mistake in writing.
old:

Code: Select all

+ if(! config_GetInt( p_pintf, "no_wheel_special" ) ) {
p_pintf
new:

Code: Select all

+ if(! config_GetInt( p_intf, "no_wheel_special" ) ) {
p_intf

Go to advanced search