Merge lp:~ochosi/unico/fix-resize-grip into lp:unico

Proposed by Simon Steinbeiß
Status: Merged
Merged at revision: 124
Proposed branch: lp:~ochosi/unico/fix-resize-grip
Merge into: lp:unico
Diff against target: 13 lines (+3/-0)
1 file modified
unico/unico-draw.c (+3/-0)
To merge this branch: bzr merge lp:~ochosi/unico/fix-resize-grip
Reviewer Review Type Date Requested Status
Andrea Cimitan (community) Approve
Review via email: mp+83929@code.launchpad.net

Description of the change

This branch holds a fix/enhancement for the resize-grip procedure to optionally draw the resize-grip with a pixmap by using "-unico-centroid-texture".

To post a comment you must log in.
lp:~ochosi/unico/fix-resize-grip updated
124. By Simon Steinbeiss <email address hidden>

whitespaces

125. By Simon Steinbeiss <email address hidden>

whitespaces (again)

Revision history for this message
Andrea Cimitan (cimi) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'unico/unico-draw.c'
2--- unico/unico-draw.c 2011-09-01 10:58:08 +0000
3+++ unico/unico-draw.c 2011-11-30 12:37:24 +0000
4@@ -684,6 +684,9 @@
5 GtkStateFlags state;
6 gint lx, ly;
7
8+ if (draw_centroid_texture (engine, cr, x, y, width, height))
9+ return;
10+
11 state = gtk_theming_engine_get_state (engine);
12
13 gtk_theming_engine_get (engine, state,

Subscribers

People subscribed via source and target branches