~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to iconmgr.c

  • Committer: Matthew Fuller
  • Date: 2016-07-31 13:00:13 UTC
  • mto: This revision was merged to the branch mainline in revision 506.
  • Revision ID: fullermd@over-yonder.net-20160731130013-vkc9slljr8yoq53h
These vars are really unsigned, and the only places casting the value
where casting it to unsigned, so just make 'em unsigned.

Show diffs side-by-side

added added

removed removed

Lines of Context:
742
742
                attributes.cursor = Scr->ButtonCursor;
743
743
                /* The precise location will be set it in PackIconManager.  */
744
744
                tmp->icon = XCreateWindow(dpy, tmp->w, 0, 0,
745
 
                                          (unsigned int) im_iconified_icon_width,
746
 
                                          (unsigned int) im_iconified_icon_height,
 
745
                                          im_iconified_icon_width,
 
746
                                          im_iconified_icon_height,
747
747
                                          (unsigned int) 0, CopyFromParent,
748
748
                                          (unsigned int) CopyFromParent,
749
749
                                          (Visual *) CopyFromParent,