Launcher.activateLauncher is now static
This commit is contained in:
parent
a538ed14a2
commit
37f0d6d0ae
@ -13,7 +13,7 @@
|
|||||||
#include "icons/appWebBrowser.xbm"
|
#include "icons/appWebBrowser.xbm"
|
||||||
#include "icons/unknown.xbm"
|
#include "icons/unknown.xbm"
|
||||||
|
|
||||||
void activateLauncher (Widget button, XtPointer clientData, XtPointer callData) {
|
static void activateLauncher (Widget button, XtPointer clientData, XtPointer callData) {
|
||||||
(void)(button);
|
(void)(button);
|
||||||
(void)(callData);
|
(void)(callData);
|
||||||
XmdReplicantState *state = (XmdReplicantState *)(clientData);
|
XmdReplicantState *state = (XmdReplicantState *)(clientData);
|
||||||
|
Loading…
Reference in New Issue
Block a user