[PATCH 11/16] wmtv: Replace obsolete include of xf86dga.h with Xxf86dga.h.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
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."
     ^
---
 wmtv/src/wmtv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c
index f223c57..a887e57 100644
--- a/wmtv/src/wmtv.c
+++ b/wmtv/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>
-- 
2.5.0


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.