I looked through a pdf on porting to windows, and the following looks
relevant:

Threading issues
  Don't call GTK functions from several threads
●
  Unlike the X11 protocol, the Win32 windowing and
●
  graphics API is thread-aware
  Windows knows what thread created a window, and
●
  messages (“events”) for that window are delivered to
  that thread's event queue, etc
  This all means horrible breakage if you create
●
  window or do windowing API calls randomly from
  different threads

Richard



_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to