[compiz] [PATCH] CompWindowActionMoveMask (move plugin)

2007-03-04 Thread Bellegarde Cedric
Here a patch to make move plugin take care of CompWindowActionMoveMask. http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/respectWindowActions.patch There is also a bug in gtk-window-decorator. If you use this plugin: http://forum.go-compiz.org/viewtopic.php?t=643 Set your terminal to be non mo

Re: [compiz] Flat file backend (ini)

2007-03-04 Thread Gerd Kohlberger
Mike Dransfield schrieb: David Reveman wrote: On Fri, 2007-03-02 at 13:35 +, Mike Dransfield wrote: This seems roughly what I would need. I applied your patches and added IN_MODIFY since I need that too. Yes, we need a MODIFY bit. I am attaching a patch for that I have also

Re: [compiz] Flat file backend (ini)

2007-03-04 Thread Gerd Kohlberger
David Reveman schrieb: hm, you're currently suppose to use different call-back functions for this. e.g. if you want to know the difference between move or delete do: addFileWatch (d, path, NOTIFY_MOVE_MASK, fileMovedCallBackFunc, (void *) data); addFileWatch (d, path, NOTIFY_DELETE_MASK, fileDe

Re: [compiz] dbus introspection

2007-03-04 Thread Mike Dransfield
Travis Watkins wrote: Remaining problems: * need to figure out what to do with activate/deactivate Could you try this patch and let me know if it works when you set the signature to "a{sv}", in theory it should work. It looks like the python dbus bindings check the introspection data before

[compiz] My last post buggered - FWD about patch version2

2007-03-04 Thread Will Farrington
No idea why my last post buggered, so here's what I meant to send (attached is his actual patch): Hi! I made a little patch I'd like to see integrated (if appropriate) which makes Compiz usable in desktop+TV-out setups. It adds the --only-current-screen option to compiz which tell it

[compiz] [Fwd: Patch to (optionally) make Compiz only manage one screen]

2007-03-04 Thread Will Farrington
Someone in IRC asked I forward this patch for them as they didn't wish to register on the ML. Here you are. --- Begin Message --- Hi! I made a little patch I'd like to see integrated (if appropriate) which makes Compiz usable in desktop+TV-out setups. It adds the --only-current-screen option to

Re: [compiz] dbus introspection

2007-03-04 Thread Travis Watkins
On 3/1/07, Travis Watkins <[EMAIL PROTECTED]> wrote: Remaining problems: * need to figure out what to do with activate/deactivate * core doesn't get any options registered Updated the patch. It now registers/unregisters plugins on load/unload by wrapping initPluginForDisplay and friends. I