mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-22 10:05:46 +01:00
- Now when Window Maker calls wmsetbg to set the background, it will pass the
correct switch to it, depending on the value of the DisableDithering option. - Replaced some functions with macros in WINGs (wmkpoint(), wmksize() and wmkrange()). They're less expensive to call this way. - Fixed a memleak in the info panel.
This commit is contained in:
@@ -444,16 +444,6 @@ WMNextEvent(Display *dpy, XEvent *event)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Is this comment still valid?
|
||||
* waitForEvent seems now to understand masked events. -Dan
|
||||
*
|
||||
* Cant use this because XPending() will make waitForEvent
|
||||
* return even if the event in the queue is not what we want,
|
||||
* and if we block until some new event arrives from the
|
||||
* server, other events already in the queue (like Expose)
|
||||
* will be deferred.
|
||||
*/
|
||||
void
|
||||
WMMaskEvent(Display *dpy, long mask, XEvent *event)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user