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."
^
This commit is contained in:
parent
bd2d210e3f
commit
00b14d1a67
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue