Skip to content
Snippets Groups Projects

Fix build warnings

Merged Gaël Bonithon requested to merge Tamaranch/ristretto:fix-build-warnings into master
2 unresolved threads

Fixes #55 (closed), although the cases GDK_SCROLL_SMOOTH remain TODOs.

Edited by Gaël Bonithon

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
891 890 {
892 891 item = lp->data;
893 892
893 // TODO: fix me
894 /*GdkRectangle area;
  • 905 906 area.width = icon_bar->priv->item_width;
    906 907 area.height = icon_bar->priv->item_height;
    907 908
    908 // TODO: fix me
    909 /*if (gdk_region_rect_in (expose->region, &area) != GDK_OVERLAP_RECTANGLE_OUT)
    909 if (gdk_region_rect_in (expose->region, &area) != GDK_OVERLAP_RECTANGLE_OUT)
    910 910 {
    911 911 rstto_icon_bar_paint_item (icon_bar, item, &expose->area);*/
  • Gaël Bonithon added 5 commits

    added 5 commits

    Compare with previous version

  • Gaël Bonithon changed milestone to %0.11.0

    changed milestone to %0.11.0

  • Please register or sign in to reply
    Loading