]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkglobals.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gdk / gdkglobals.c
index 3a033caf3d325d8f201cf13198fc140fa07fb691..3e7c762ca4388a7953c4a95dbabedc774a32a625 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 /*
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
-#include <config.h>
-
-#include <stdio.h>
+#include "config.h"
 
 #include "gdktypes.h"
-#include "gdkprivate.h"
+#include "gdkinternals.h"
+
+#include <stdio.h>
 
 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;