diff options
author | William Wold <[email protected]> | 2020-10-16 10:24:36 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-21 20:35:15 +0200 |
commit | 06b511f10395f06b4013486ab50506f2d9e7b734 (patch) | |
tree | 7c2f976411448d0ac16e91964f34af47a1a1158b /applets/wncklet/wayland-backend.h | |
parent | 97feef6bdef78ef2ab357f885a8170b3ac3b33b1 (diff) | |
download | mate-panel-06b511f10395f06b4013486ab50506f2d9e7b734.tar.bz2 mate-panel-06b511f10395f06b4013486ab50506f2d9e7b734.tar.xz |
Switch to C-style comments as requested
Diffstat (limited to 'applets/wncklet/wayland-backend.h')
-rw-r--r-- | applets/wncklet/wayland-backend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/wncklet/wayland-backend.h b/applets/wncklet/wayland-backend.h index d3ce93da..0ea4634a 100644 --- a/applets/wncklet/wayland-backend.h +++ b/applets/wncklet/wayland-backend.h @@ -22,7 +22,7 @@ #ifndef _WNCKLET_APPLET_WAYLAND_BACKEND_H_ #define _WNCKLET_APPLET_WAYLAND_BACKEND_H_ -#ifdef PACKAGE_NAME // only check HAVE_WAYLAND if config.h has been included +#ifdef PACKAGE_NAME /* only check HAVE_WAYLAND if config.h has been included */ #ifndef HAVE_WAYLAND #error file should only be included when HAVE_WAYLAND is enabled #endif @@ -43,6 +43,6 @@ void wayland_tasklist_set_orientation (GtkWidget* tasklist_widget, GtkOrientatio } #endif -#endif // _WNCKLET_APPLET_WAYLAND_BACKEND_H_ +#endif /* _WNCKLET_APPLET_WAYLAND_BACKEND_H_ */ |