diff options
author | William Wold <[email protected]> | 2020-10-16 11:02:14 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-24 16:49:14 +0200 |
commit | 941ab7c4626e66537755cab9285f5a437fc6d888 (patch) | |
tree | 7459319981ab7eea8ec8a9f972fc0a2408f45cd3 /src/daemon/stack.c | |
parent | b9888622f450931c3110f9c5b08b8bc821617f9a (diff) | |
download | mate-notification-daemon-941ab7c4626e66537755cab9285f5a437fc6d888.tar.bz2 mate-notification-daemon-941ab7c4626e66537755cab9285f5a437fc6d888.tar.xz |
Use C-style comments
Diffstat (limited to 'src/daemon/stack.c')
-rw-r--r-- | src/daemon/stack.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/stack.c b/src/daemon/stack.c index 35317b6..7a36d6a 100644 --- a/src/daemon/stack.c +++ b/src/daemon/stack.c @@ -30,7 +30,7 @@ #include <X11/Xutil.h> #include <X11/Xatom.h> #include <gdk/gdkx.h> -#endif // HAVE_X11 +#endif /* HAVE_X11 */ #define NOTIFY_STACK_SPACING 2 #define WORKAREA_PADDING 6 @@ -115,7 +115,7 @@ get_work_area (NotifyStack *stack, return TRUE; } -#endif // HAVE_X11 +#endif /* HAVE_X11 */ static void get_origin_coordinates (NotifyStackLocation stack_location, @@ -304,7 +304,7 @@ notify_stack_shift_notifications (NotifyStack *stack, } else #endif - { // Not using X11 + { /* Not using X11 */ workarea = monitor; } |