Browse Source

Switch from deprecated xf86dga.h header to Xxf86dga.h

rdb 10 years ago
parent
commit
dbf82d514e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/display/get_x11.h

+ 1 - 1
panda/src/display/get_x11.h

@@ -63,7 +63,7 @@ struct XVisualInfo;
 #endif
 
 #ifdef HAVE_XF86DGA
-#include <X11/extensions/xf86dga.h>
+#include <X11/extensions/Xxf86dga.h>
 #endif
 
 #include "post_x11_include.h"