Browse Source

Fix build when using DGL_X11_WINDOW_ICON_NAME

Signed-off-by: falkTX <falktx@falktx.com>
pull/506/head
falkTX 2 months ago
parent
commit
81ecb86b14
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/src/pugl.cpp

+ 1
- 1
dgl/src/pugl.cpp View File

@@ -640,7 +640,7 @@ void puglX11SetWindowType(const PuglView* const view, const bool isStandalone)
XA_CARDINAL,
32,
PropModeReplace,
static_cast<const uchar*>(DGL_X11_WINDOW_ICON_NAME),
reinterpret_cast<const uchar*>(DGL_X11_WINDOW_ICON_NAME),
DGL_X11_WINDOW_ICON_SIZE);
}
#endif


Loading…
Cancel
Save