From 941ab7c4626e66537755cab9285f5a437fc6d888 Mon Sep 17 00:00:00 2001 From: William Wold Date: Fri, 16 Oct 2020 11:02:14 -0700 Subject: Use C-style comments --- src/daemon/engines.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/daemon/engines.c') diff --git a/src/daemon/engines.c b/src/daemon/engines.c index 3a0334e..305604e 100644 --- a/src/daemon/engines.c +++ b/src/daemon/engines.c @@ -29,7 +29,7 @@ #ifdef HAVE_WAYLAND #include #include "wayland.h" -#endif // HAVE_WAYLAND +#endif /* HAVE_WAYLAND */ typedef struct { GModule* module; @@ -216,7 +216,7 @@ GtkWindow* theme_create_notification(UrlClickedCb url_clicked_cb) { wayland_init_notification (nw); } -#endif // HAVE_WAYLAND +#endif /* HAVE_WAYLAND */ return nw; } @@ -329,7 +329,7 @@ void theme_move_notification(GtkWindow* nw, int x, int y) { wayland_move_notification (nw, x, y); } -#endif // HAVE_WAYLAND +#endif /* HAVE_WAYLAND */ ThemeEngine* engine = g_object_get_data(G_OBJECT(nw), "_theme_engine"); engine->move_notification(nw, x, y); } -- cgit v1.2.1