summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard-quartz.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the poll func work with real file descriptors. We do this by creatingAnders Carlsson2006-03-271-2/+0
| | | | | | | | | | | | | | | | | 2006-03-27 Anders Carlsson <andersca@imendio.com> * gdk/quartz/gdkevents-quartz.c: (select_thread_func): (got_fd_activity): (poll_func): (gdk_event_translate): Make the poll func work with real file descriptors. We do this by creating a thread which calls poll and then signals the main thread using a run loop source. * gtk/gtkclipboard-quartz.c: (-[GtkClipboardOwner pasteboard:provideDataForType:]): Remove debugging output
* Add new files.Anders Carlsson2006-03-211-0/+1264
2006-03-21 Anders Carlsson <andersca@imendio.com> * gtk/Makefile.am: Add new files. * gtk/gtkclipboard-quartz.c: Added. * gtk/gtkdnd-quartz.c: Added. * gtk/gtkquartz.c: Added. * gtk/gtkquartz.h: Added. Add dnd and clipboard implementations.