Merge lp:~cimi/overlay-scrollbar/liferea-fix into lp:overlay-scrollbar

Proposed by Andrea Cimitan
Status: Merged
Approved by: Ted Gould
Approved revision: 218
Merged at revision: 221
Proposed branch: lp:~cimi/overlay-scrollbar/liferea-fix
Merge into: lp:overlay-scrollbar
Diff against target: 26 lines (+4/-1)
2 files modified
os/os-scrollbar.c (+4/-0)
os/os-utils.c (+0/-1)
To merge this branch: bzr merge lp:~cimi/overlay-scrollbar/liferea-fix
Reviewer Review Type Date Requested Status
Ayatana Scrollbar Team Pending
Review via email: mp+58874@code.launchpad.net

Description of the change

liferea requires the GDK_POINTER_MOTION_MASK

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'os/os-scrollbar.c'
2--- os/os-scrollbar.c 2011-04-20 17:42:03 +0000
3+++ os/os-scrollbar.c 2011-04-23 11:26:11 +0000
4@@ -1721,6 +1721,10 @@
5
6 GTK_WIDGET_CLASS (g_type_class_peek (GTK_TYPE_WIDGET))->realize (widget);
7
8+ gdk_window_set_events (gtk_widget_get_window (widget),
9+ gdk_window_get_events (gtk_widget_get_window (widget)) |
10+ GDK_POINTER_MOTION_MASK);
11+
12 if (priv->filter == FALSE && priv->proximity == TRUE)
13 {
14 priv->filter = TRUE;
15
16=== modified file 'os/os-utils.c'
17--- os/os-utils.c 2011-04-20 18:38:10 +0000
18+++ os/os-utils.c 2011-04-23 11:26:11 +0000
19@@ -38,7 +38,6 @@
20 "deja-dup",
21 "eclipse",
22 "inkscape",
23- "liferea",
24 "lshw-gtk",
25 "meld",
26 "synaptic",

Subscribers

People subscribed via source and target branches