Re: OSX and XQuartz support

2017-11-27 Thread Antoine Martin
On 28/11/17 09: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 want to > compile is actually

Re: OSX and XQuartz support

2017-11-27 Thread Andrew Wagner
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 want to compile is actually sitting in the source that jhbuild pulls down, namely

Re: OSX and XQuartz support

2017-11-27 Thread Andrea Giammarchi
I am, yes ... I gtk on Wayland too much and I thought quartz could handle wayland backend too, sorry. I fade away from this thread now On Mon, Nov 27, 2017 at 7:32 PM, Paul Davis wrote: > I think you're confused :) > > Quartz is the native MacOS windowing system.

Re: OSX and XQuartz support

2017-11-27 Thread Paul Davis
I think you're confused :) Quartz is the native MacOS windowing system. X11 exists as a rootless X Window environment for Quartz. There is (to my knowledge) no sign of XWayland for Mac OS/Quartz. On Mon, Nov 27, 2017 at 5:29 PM, Andrea Giammarchi < andrea.giammar...@gmail.com> wrote: > just

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