I've got a BCOP based plugin that used to have all it's options defined as
Display options, and I had no trouble getting my notify methods called when
the options changed.
Because I needed CompScreen for all the changes, I just switched all the
options over to be Screen options, but now I'm not getting any of my notify
callbacks triggered.
In my fcInitScreen() function, I am calling the option set notify as
follows:
fcSetButtonSizeNotify(s,fcScreenOptionChanged);
I've compiled compiz and libcompizconfig to use the ini based config files
and can see other plugins change in response to my changes to my
~/.config/compiz/compizconfig/Default.ini so I'm sure that part is fine.
and when my fc plugin had it's options defined as display options, I too got
my notify methods called.
Here is the relevant section from my Default.ini that used to work when it
was a display option but now fails as a screen option.
[fc]
as_button_size = 52
What am I missing or clueless about?
Shane...
_______________________________________________
Dev mailing list
[email protected]
http://lists.compiz-fusion.org/mailman/listinfo/dev