Xlib application icon fix

This commit is contained in:
Jack Andersen
2018-01-01 19:09:15 -10:00
parent 142c0c7dcd
commit 676a002aa3
2 changed files with 5 additions and 5 deletions

View File

@@ -10,6 +10,10 @@
#include <dbus/dbus.h>
#include <cstdio>
/* No icon by default */
extern "C" const uint8_t MAINICON_NETWM[] __attribute__ ((weak)) = {};
extern "C" const size_t MAINICON_NETWM_SZ __attribute__ ((weak)) = 0;
DBusConnection* RegisterDBus(const char* appName, bool& isFirst)
{
isFirst = true;