[vlc-devel] [PATCH 2/2] Display cursor on video screenshot on X server systems using xfixes Cleaning patch source code with vlc conventions respect
    Rémi Denis-Courmont 
    remi at remlab.net
       
    Wed Apr 11 12:22:42 CEST 2012
    
    
  
On Tue, 10 Apr 2012 09:19:56 +0200, Mehdi Lauters <mehdilauters at gmail.com>
wrote:
> ---
>  modules/access/screen/xcb.c |  245
>  ++++++++++++++++++++++++-------------------
>  1 files changed, 137 insertions(+), 108 deletions(-)
Sorry but your patch set cannot be reviewed as is.
Please merge the two commits. It should be as simple as:
# git stash save
# git rebase -i HEAD^^
[ Replace "pick" with "squash" on the second line, save and exit ]
# git stash pop
# git format-patch HEAD^
Skip the stash commands if you have no local changes.
-- 
Rémi Denis-Courmont
Sent from my collocated server
    
    
More information about the vlc-devel
mailing list