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
=== modified file 'gtk/window-decorator/frames.c'
--- gtk/window-decorator/frames.c 2012-09-05 12:33:02 +0000
+++ gtk/window-decorator/frames.c 2012-09-10 09:22:26 +0000
@@ -232,7 +232,6 @@
232232
233 gtk_widget_set_size_request (frame->style_window_rgba, 0, 0);233 gtk_widget_set_size_request (frame->style_window_rgba, 0, 0);
234 gtk_window_move (GTK_WINDOW (frame->style_window_rgba), -100, -100);234 gtk_window_move (GTK_WINDOW (frame->style_window_rgba), -100, -100);
235 gtk_widget_show_all (frame->style_window_rgba);
236235
237 frame->pango_context = gtk_widget_create_pango_context (frame->style_window_rgba);236 frame->pango_context = gtk_widget_create_pango_context (frame->style_window_rgba);
238237
@@ -250,7 +249,6 @@
250249
251 gtk_widget_set_size_request (frame->style_window_rgb, 0, 0);250 gtk_widget_set_size_request (frame->style_window_rgb, 0, 0);
252 gtk_window_move (GTK_WINDOW (frame->style_window_rgb), -100, -100);251 gtk_window_move (GTK_WINDOW (frame->style_window_rgb), -100, -100);
253 gtk_widget_show_all (frame->style_window_rgb);
254252
255 g_signal_connect_data (frame->style_window_rgb, "style-set",253 g_signal_connect_data (frame->style_window_rgb, "style-set",
256 G_CALLBACK (style_changed),254 G_CALLBACK (style_changed),

Subscribers

People subscribed via source and target branches