globals--, fmt string fix, foreeach++, better names++, close fds, tray icon activates/closes
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#include <QX11Info>
|
||||
#include "axis.h"
|
||||
#include "event.h"
|
||||
#include "time.h"
|
||||
@ -423,5 +424,5 @@ void Axis::move( bool press ) {
|
||||
}
|
||||
}
|
||||
//actually create the event
|
||||
sendevent(display, e);
|
||||
sendevent(QX11Info::display(), e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user