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 wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to