~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to events.c

  • Committer: Matthew Fuller
  • Date: 2014-07-25 13:38:08 UTC
  • mfrom: (328.1.6 cleanups)
  • Revision ID: fullermd@over-yonder.net-20140725133808-htd44rqj727w2hm8
Make siconify bits a little less special.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
#include "screen.h"
95
95
#include "icons.h"
96
96
#include "iconmgr.h"
 
97
#include "siconify.h"
97
98
#include "version.h"
98
99
 
99
100
#ifdef VMS
2339
2340
                                        XCopyArea(dpy, iconmanagerlist->iconifypm,
2340
2341
                                                  iconmanagerlist->icon,
2341
2342
                                                  Scr->NormalGC, 0, 0,
2342
 
                                                  iconifybox_width, iconifybox_height, 0, 0);
 
2343
                                                  siconify_width, siconify_height, 0, 0);
2343
2344
                                }
2344
2345
                                else {
2345
2346
                                        FB(iconmanagerlist->cp.fore, iconmanagerlist->cp.back);
2346
2347
                                        XCopyPlane(dpy, Scr->siconifyPm, iconmanagerlist->icon,
2347
2348
                                                   Scr->NormalGC, 0, 0,
2348
 
                                                   iconifybox_width, iconifybox_height, 0, 0, 1);
 
2349
                                                   siconify_width, siconify_height, 0, 0, 1);
2349
2350
                                }
2350
2351
                                flush_expose(Event.xany.window);
2351
2352
                                return;