Re: OSX and XQuartz support

2017-11-28 Thread Rafal Luzynski
28.11.2017 15:48 Andrew Wagner wrote: > > [...] As for the details of the project that use the windowing system, I’m > uncertain and it would take some effort to figure out what breaks if I tried > to switch to a Quartz backend. Just try. Depending on what your

Re: OSX and XQuartz support

2017-11-28 Thread Andrew Wagner
ea.giammar...@gmail.com>> wrote: >>> >>>just wondering: wouldn't a quartz with XWayland on it be able to >>>support that already? >>> >>>On Mon, Nov 27, 2017 at 7:02 PM, Andrew Wagner >>><apwag...@alumni.stanford.edu >>>

Re: OSX and XQuartz support

2017-11-28 Thread Andrew Wagner
Hi Rafal, I’m not a windowing systems expert but for all intents and purposes XQuartz is X11 for OSX, it literally gives OSX an X11 backend option. See https://www.xquartz.org/ . As for the details of the project that use the windowing system, I’m uncertain and it

Re: OSX and XQuartz support

2017-11-28 Thread Rafal Luzynski
28.11.2017 03:45 Andrew Wagner wrote: > > Hi Paul, > > Thanks for the clarification. Your point about using the native Quartz > windowing system is well taken and may be implemented in the future but right > now thats a bit of a distraction for me. The code I

Re: OSX and XQuartz support

2017-11-27 Thread Antoine Martin
t;> On Mon, Nov 27, 2017 at 7:02 PM, Andrew Wagner >> <apwag...@alumni.stanford.edu >> <mailto:apwag...@alumni.stanford.edu>> wrote: >> >> >> >>> Begin forwarded message: >>> >>> *From: *Andrew Wagner <

Re: OSX and XQuartz support

2017-11-27 Thread Andrew Wagner
M, Andrew Wagner <apwag...@alumni.stanford.edu > <mailto:apwag...@alumni.stanford.edu>> wrote: > > >> Begin forwarded message: >> >> From: Andrew Wagner <apwag...@alumni.stanford.edu >> <mailto:apwag...@alumni.stanford.edu>> >> Subject: Re: OS

Re: OSX and XQuartz support

2017-11-27 Thread Andrea Giammarchi
g: wouldn't a quartz with XWayland on it be able to support >> that already? >> >> On Mon, Nov 27, 2017 at 7:02 PM, Andrew Wagner < >> apwag...@alumni.stanford.edu> wrote: >> >>> >>> >>> Begin forwarded message: >>> >>> *From:

Re: OSX and XQuartz support

2017-11-27 Thread Paul Davis
Wagner <apwag...@alumni.stanford.edu> >> *Subject: **Re: OSX and XQuartz support* >> *Date: *November 27, 2017 at 4:22:45 PM EST >> *To: *Paul Davis <p...@linuxaudiosystems.com> >> *Cc: *Stephen Whiteley <ste...@wrcad.com> >> >> Hi Paul, >> >&g

Re: OSX and XQuartz support

2017-11-27 Thread Paul Davis
Why would your project choose to use the X11 backend? How would it choose? On Mon, Nov 27, 2017 at 2:48 PM, Andrew Wagner wrote: > Hi All, > > I’m new to gtk and am installing it on my Mac since its a dependency for > other code I’m developing. I successfully

OSX and XQuartz support

2017-11-27 Thread Andrew Wagner
Hi All, I’m new to gtk and am installing it on my Mac since its a dependency for other code I’m developing. I successfully followed the OSX install instructions: ./gtk-osx-build-setup.sh jhbuild bootstrap jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-core but noticed afterword