]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkglobals.c
GdkWindowX11: Only start a frame when we emit damage
[~andy/gtk] / gdk / gdkglobals.c
index e30d17197215e45713bfffec9fb0a1153abbde17..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 <stdio.h>
-
-#include "gdktypes.h"
-#include "gdkprivate.h"
 #include "config.h"
 
-guint             _gdk_debug_flags = 0;
-GdkWindow        *_gdk_parent_root = NULL;
-gint              _gdk_error_code = 0;
-gint              _gdk_error_warnings = TRUE;
-GList            *_gdk_default_filters = NULL;
-GList            *_gdk_queued_events = NULL;
-GList            *_gdk_queued_tail = NULL;
+#include "gdktypes.h"
+#include "gdkinternals.h"
 
-GMutex           *gdk_threads_mutex = NULL;          /* Global GDK lock */
+#include <stdio.h>
 
+guint               _gdk_debug_flags = 0;
+GList              *_gdk_default_filters = NULL;
+gchar              *_gdk_display_name = NULL;
+gchar              *_gdk_display_arg_name = NULL;
+gboolean            _gdk_disable_multidevice = FALSE;
+GdkRenderingMode    _gdk_rendering_mode = GDK_RENDERING_MODE_SIMILAR;