summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* Check for features.h.Jeff Garzik1999-01-011-19/+6
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-241-0/+8
* export the priority at which events are processed.Tim Janik1998-12-201-2/+2
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-191-2/+3
* removed return_if_fail (label->words != NULL) since that's a valid caseTim Janik1998-12-191-1/+1
* added gdk_flush() after g_main_run(), so we get the original behaviourTim Janik1998-12-181-1/+1
* updated call to g_main_add_poll instead of g_main_poll_addCST 1998 Shawn T. Amundson1998-12-171-1/+1
* Don't call XPending() if we have putback events.Owen Taylor1998-12-161-1/+1
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+25
* Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking forElliot Lee1998-12-151-3/+2
* Keep separate putback_events and queued_events queues so that we get bothOwen Taylor1998-12-151-30/+74
* Remove gdk_signal, which crept back in in last commit.Owen Taylor1998-12-151-0/+2055