[gtk+] Include public headers in gdk.h
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Include public headers in gdk.h
- Date: Mon, 25 Feb 2013 09:53:59 +0000 (UTC)
commit d7184d650065e3f378d5837461bcbc6d3196a541
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Feb 25 10:36:47 2013 +0100
Include public headers in gdk.h
gdkframeclock.h and gdkframetimings.h were not directly included
in gdk.h. They should.
gdk/gdk.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdk.h b/gdk/gdk.h
index 7af805f..36d5c3b 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -40,6 +40,8 @@
#include <gdk/gdkdnd.h>
#include <gdk/gdkenumtypes.h>
#include <gdk/gdkevents.h>
+#include <gdk/gdkframeclock.h>
+#include <gdk/gdkframetimings.h>
#include <gdk/gdkkeys.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkmain.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]