浏览代码

Switch from deprecated xf86dga.h header to Xxf86dga.h

rdb 10 年之前
父节点
当前提交
dbf82d514e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"