diff options
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; } |