mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 23:34:14 +01:00
pass pixmap to the plugin.
This commit is contained in:
@@ -101,7 +101,6 @@ wPluginCreateFunction(int type, char *library_name,
|
||||
|
||||
if (pl_arg) function->arg = PLDeepCopy(pl_arg);
|
||||
function->data = init_data;
|
||||
printf("init data %x\n", function->data);
|
||||
if (init_proc_name) {
|
||||
initProc = dlsym(function->handle, init_proc_name);
|
||||
if (initProc) {
|
||||
|
||||
Reference in New Issue
Block a user