Skip to content

Commit

Permalink
d3d9-nine: extend includes to fix compile error
Browse files Browse the repository at this point in the history
d3d9-nine/present.c: In function ‘present_has_d3dadapter’:
d3d9-nine/present.c:1774:24: error: implicit declaration of function ‘XrmUniqueQuark’ [-Wimplicit-function-declaration]
 1774 |     d3d_hwnd_context = XUniqueContext();
      |                        ^~~~~~~~~~~~~~

Fixes: #167
  • Loading branch information
dhewg committed Jun 12, 2024
1 parent 95e0da4 commit 8c940ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions d3d9-nine/present.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <d3dadapter/drm.h>
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <X11/Xresource.h>
#include <X11/Xutil.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 8c940ca

Please sign in to comment.