X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gdk%2Fgdkglobals.c;h=3e7c762ca4388a7953c4a95dbabedc774a32a625;hb=HEAD;hp=3a033caf3d325d8f201cf13198fc140fa07fb691;hpb=2a2d769d423ad79f606b995f9016dc59e72d9d8c;p=~andy%2Fgtk diff --git a/gdk/gdkglobals.c b/gdk/gdkglobals.c index 3a033caf3..3e7c762ca 100644 --- a/gdk/gdkglobals.c +++ b/gdk/gdkglobals.c @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -24,23 +22,16 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#include - -#include +#include "config.h" #include "gdktypes.h" -#include "gdkprivate.h" +#include "gdkinternals.h" + +#include guint _gdk_debug_flags = 0; -gint _gdk_error_code = 0; -gint _gdk_error_warnings = TRUE; GList *_gdk_default_filters = NULL; gchar *_gdk_display_name = NULL; -gint _gdk_screen_number = -1; gchar *_gdk_display_arg_name = NULL; - -GSList *_gdk_displays = NULL; - -GMutex *gdk_threads_mutex = NULL; /* Global GDK lock */ -GCallback gdk_threads_lock = NULL; -GCallback gdk_threads_unlock = NULL; +gboolean _gdk_disable_multidevice = FALSE; +GdkRenderingMode _gdk_rendering_mode = GDK_RENDERING_MODE_SIMILAR;