mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-13 23:26:16 +00:00
Xlib application icon fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user