example: check if a input_method_context is null.
[platform/core/uifw/libds-tizen.git] / examples / tdm-backend.c
index 15f5711..ba3fecb 100644 (file)
@@ -8,10 +8,10 @@
 #include <libds/log.h>
 #include <libds/backend.h>
 #include <libds/output.h>
-#include <libds/allocator/tbm.h>
-#include <libds/backend/tdm.h>
 #include <libds/swapchain.h>
 #include <libds/compositor.h>
+#include <libds-tizen/allocator/tbm.h>
+#include <libds-tizen/backend/tdm.h>
 
 #define WIDTH   1280
 #define HEIGHT  720
@@ -108,7 +108,6 @@ init_server(struct server *server, struct wl_display *display)
     server->backend = ds_tdm_backend_create(display);
     assert(server->backend);
 
-
     server->new_output.notify = backend_handle_new_output;
     ds_backend_add_new_output_listener(server->backend,
             &server->new_output);