[Pkg-wmaker-commits] [wmtv] 25/48: wmtv: Replace obsolete include of xf86dga.h with Xxf86dga.h.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Feb 1 20:13:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmtv.

commit cb08547c643a1454544ee6b7d7137c050ec21696
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Feb 1 00:45:18 2016 -0500

    wmtv: Replace obsolete include of xf86dga.h with Xxf86dga.h.
    
    Fixes the following warning:
       In file included from src/wmtv.c:47:0:
       /usr/include/X11/extensions/xf86dga.h:9:2: warning: #warning "xf86dga.h is
         obsolete and may be removed in the future." [-Wcpp]
        #warning "xf86dga.h is obsolete and may be removed in the future."
         ^
       /usr/include/X11/extensions/xf86dga.h:10:2: warning: #warning "include
         <X11/extensions/Xxf86dga.h> instead." [-Wcpp]
        #warning "include <X11/extensions/Xxf86dga.h> instead."
         ^
---
 src/wmtv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wmtv.c b/src/wmtv.c
index f223c57..a887e57 100644
--- a/src/wmtv.c
+++ b/src/wmtv.c
@@ -44,7 +44,7 @@
 #include <X11/keysym.h>
 #include <X11/xpm.h>
 #include <X11/extensions/shape.h>
-#include <X11/extensions/xf86dga.h>
+#include <X11/extensions/Xxf86dga.h>
 #include <X11/extensions/xf86vmode.h>
 
 #include <libdockapp/wmgeneral.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmtv.git



More information about the Pkg-wmaker-commits mailing list