]> Pileus Git - ~andy/gtk/commit
modules: Don't use GDK_THREADS_ENTER/LEAVE macros internally
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jul 2012 08:37:32 +0000 (10:37 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jul 2012 16:01:47 +0000 (18:01 +0200)
commit3e78324501c38e992b1748e79f5defc4d283e43a
tree31653787b123e92b54ab702447a24288485ad8e2
parent8d0e88bac77c81bbe3e9ae62639bbc9629c195dd
modules: Don't use GDK_THREADS_ENTER/LEAVE macros internally

These are just wrappers for the functions, and we want to
deprecate them. Stopping to use them internally is a good
first step. Also define GTK_COMPILATION so we can keep using
gdk_threads_enter/leave without causing deprecation warnings.
modules/input/Makefile.am
modules/input/gtkimcontextmultipress.c
modules/printbackends/cups/Makefile.am
modules/printbackends/cups/gtkprintbackendcups.c
modules/printbackends/file/Makefile.am
modules/printbackends/file/gtkprintbackendfile.c