Merge lp:~compiz-team/compiz/compiz.fix_1042552 into lp:compiz/0.9.8

Proposed by Sam Spilsbury
Status: Merged
Approved by: Daniel van Vugt
Approved revision: 3361
Merged at revision: 3367
Proposed branch: lp:~compiz-team/compiz/compiz.fix_1042552
Merge into: lp:compiz/0.9.8
Diff against target: 19 lines (+0/-2)
1 file modified
gtk/window-decorator/frames.c (+0/-2)
To merge this branch: bzr merge lp:~compiz-team/compiz/compiz.fix_1042552
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve
jenkins (community) continuous-integration Approve
Review via email: mp+123513@code.launchpad.net

Commit message

We don't need to map our style windows, prevent them from cluttering up the paint queue
(LP: #1042552)

Description of the change

We don't need to map our style windows, prevent them from cluttering up the paint queue.

No tests as this touches purely gtk+ api calls

To post a comment you must log in.
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Approve (continuous-integration)
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

No obvious regressions. Though I didn't go as far as verifying the contents of my paint list.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gtk/window-decorator/frames.c'
2--- gtk/window-decorator/frames.c 2012-09-05 12:33:02 +0000
3+++ gtk/window-decorator/frames.c 2012-09-10 09:22:26 +0000
4@@ -232,7 +232,6 @@
5
6 gtk_widget_set_size_request (frame->style_window_rgba, 0, 0);
7 gtk_window_move (GTK_WINDOW (frame->style_window_rgba), -100, -100);
8- gtk_widget_show_all (frame->style_window_rgba);
9
10 frame->pango_context = gtk_widget_create_pango_context (frame->style_window_rgba);
11
12@@ -250,7 +249,6 @@
13
14 gtk_widget_set_size_request (frame->style_window_rgb, 0, 0);
15 gtk_window_move (GTK_WINDOW (frame->style_window_rgb), -100, -100);
16- gtk_widget_show_all (frame->style_window_rgb);
17
18 g_signal_connect_data (frame->style_window_rgb, "style-set",
19 G_CALLBACK (style_changed),

Subscribers

People subscribed via source and target branches