Install gtkeventcontrollermotion.h
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Dec 2017 15:38:11 +0000 (10:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 Dec 2017 15:39:16 +0000 (10:39 -0500)
Public headers need to be listed in gtk/meson.build.
This was overlooked when I added the controller.

gtk/meson.build

index abaa4bce752f3236ac1e5f9d2a1c9d8594ba67f3..be8cc45df3107747d45d4c6ab339ab66c4fa5aa9 100644 (file)
@@ -437,6 +437,7 @@ gtk_public_headers = files([
   'gtkenums.h',
   'gtkeventcontroller.h',
   'gtkeventcontrollerscroll.h',
+  'gtkeventcontrollermotion.h',
   'gtkexpander.h',
   'gtkfilechooser.h',
   'gtkfilechooserbutton.h',