]> Pileus Git - ~andy/gtk/blobdiff - gdk/Makefile.am
gdk_display_get_event: don't unqueue events from the windowing system when paused
[~andy/gtk] / gdk / Makefile.am
index 8c811b589a9ca3d0daf8a6729e65d24a0a2d6ded..a265bcaf178497ea05a5685cc74fa68dd80ffef2 100644 (file)
@@ -80,6 +80,7 @@ gdk_public_h_sources =                                \
        gdkkeysyms-compat.h                     \
        gdkmain.h                               \
        gdkpango.h                              \
+       gdkframeclock.h                         \
        gdkpixbuf.h                             \
        gdkprivate.h                            \
        gdkproperty.h                           \
@@ -101,6 +102,7 @@ gdk_private_headers =                               \
        gdkdisplaymanagerprivate.h              \
        gdkdisplayprivate.h                     \
        gdkdndprivate.h                         \
+       gdkframeclockidle.h                     \
        gdkscreenprivate.h                      \
        gdkinternals.h                          \
        gdkintl.h                               \
@@ -125,6 +127,8 @@ gdk_c_sources =                             \
        gdkkeys.c                               \
        gdkkeyuni.c                             \
        gdkoffscreenwindow.c                    \
+       gdkframeclock.c                         \
+       gdkframeclockidle.c                     \
        gdkpango.c                              \
        gdkpixbuf-drawable.c                    \
        gdkrectangle.c                          \
@@ -204,7 +208,6 @@ INTROSPECTION_GIRS += Gdk-3.0.gir
 
 if USE_X11
 x11_introspection_files =              \
-       x11/checksettings.c             \
        x11/gdkapplaunchcontext-x11.c   \
        x11/gdkasync.c                  \
        x11/gdkcursor-x11.c             \