diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-10-12 00:53:34 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-10-12 00:53:34 +0200 |
commit | 350c51a006edba2a46e7f17bf05098b398a4cb80 (patch) | |
tree | b6a996032b7131eb72c5b070325c78a005087ed0 /tests | |
parent | eea7bf93ada2a57fad1dac3e5233f703d1af02ff (diff) |
Move "frame" to new module
Diffstat (limited to 'tests')
-rw-r--r-- | tests/render_test.c | 1 | ||||
-rw-r--r-- | tests/render_test_sc1.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/render_test.c b/tests/render_test.c index fc4784e..027847a 100644 --- a/tests/render_test.c +++ b/tests/render_test.c @@ -34,6 +34,7 @@ #include "../src/render.h" #include "../src/layout.h" #include "../src/stylesheet.h" +#include "../src/frame.h" static gint mw_destroy(GtkWidget *w, void *p) diff --git a/tests/render_test_sc1.c b/tests/render_test_sc1.c index 03a8ec5..3b0d6a9 100644 --- a/tests/render_test_sc1.c +++ b/tests/render_test_sc1.c @@ -35,6 +35,7 @@ #include "../src/render.h" #include "../src/layout.h" #include "../src/stylesheet.h" +#include "../src/frame.h" static gint mw_destroy(GtkWidget *w, void *p) |