~ubuntu-branches/ubuntu/hardy/gtk2-engines/hardy-proposed

« back to all changes in this revision

Viewing changes to engines/clearlooks/src/clearlooks_draw_gummy.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-08-13 23:34:30 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813233430-31gvd3zpmd8q6o6c
Tags: 1:2.11.5-0ubuntu1
* New upstream version:
  Hilights in this release include:
  - Cleaned up Clearlooks gtkrc
  - The Clearlooks menubar height has been fixed
  - Clearlooks now supports the tooltip color option

Show diffs side-by-side

added added

removed removed

Lines of Context:
833
833
        /* Handle */
834
834
        shift_x = (width%2 == 0 ? 1 : 0);
835
835
        bar_x = width/2-3+shift_x;
836
 
        cairo_translate(cr, 0.5, 0.5);
 
836
        cairo_translate (cr, 0.5, 0.5);
837
837
        ge_cairo_set_color (cr, border);
838
838
        for (i=0; i<3-shift_x; i++)
839
839
        {