zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 87ce086771360fabaa12dc073f7ded89cff3bbec
parent a49b63c567f9816e2736bbb2b30b346b3b269dbc
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Mon, 23 Feb 2015 18:15:51 -0500

MasterUI: Conditionally Compile Window Icon

Diffstat:
Msrc/UI/MasterUI.fl | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -1485,9 +1485,11 @@ configui=new ConfigUI(); make_window(); fl_open_display(); +#ifndef __APPLE__ Pixmap p = XCreateBitmapFromData(fl_display, DefaultRootWindow(fl_display), (char*)zynaddsubfx_bits, zynaddsubfx_width, zynaddsubfx_height); masterwindow->icon((char *)p); +#endif presetsui=new PresetsUI(); setfilelabel(NULL); swapefftype=0;