Changeset fa20241712094864befd1fdc9a90fbd82d86d68c

Show
Ignore:
Timestamp:
08/16/02 18:26:23 (6 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1029515183 +0000
git-parent:

[d71af1d60382492bde9d0fb4f93be4bec79dd8fa]

git-author:
Sam Hocevar <sam@videolan.org> 1029515183 +0000
Message:
  • ./modules/video_output/x11/xcommon.c: we include Xmd.h before dpms.h
    (compilation fix for Solaris).
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_output/x11/xcommon.c

    r19ea8fe rfa20241  
    33 ***************************************************************************** 
    44 * Copyright (C) 1998-2001 VideoLAN 
    5  * $Id: xcommon.c,v 1.1 2002/08/04 17:23:44 sam Exp $ 
     5 * $Id: xcommon.c,v 1.2 2002/08/16 16:26:23 sam Exp $ 
    66 * 
    77 * Authors: Vincent Seguin <seguin@via.ecp.fr> 
     
    5252 
    5353#include <X11/Xlib.h> 
     54#include <X11/Xmd.h> 
    5455#include <X11/Xutil.h> 
    5556#include <X11/keysym.h>