[libwnck/wip/warnings2] pager: add missing case to switch statement



commit e34d838a531f47c12e823e2b0dcbd262c9d1d7ec
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Apr 27 15:02:57 2017 +0300

    pager: add missing case to switch statement

 libwnck/pager.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libwnck/pager.c b/libwnck/pager.c
index 942c7a1..4437fb6 100644
--- a/libwnck/pager.c
+++ b/libwnck/pager.c
@@ -2141,6 +2141,8 @@ wnck_pager_scroll_event (GtkWidget      *widget,
             index = n_workspaces - 1;
           }
         break;
+
+      case GDK_SCROLL_SMOOTH:
       default:
         g_assert_not_reached ();
         break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]