On Sat, Jun 07, 2003 at 02:56:31PM +0300, Tuomo Valkonen wrote:
> On Fri, Jun 06, 2003 at 06:27:22PM -0400, Paul Pelzl wrote:
> > In case you were unaware, it looks like this breaks using the mouse to
> > drag a window to a different workspace.
> I don't have a *nix computer near me at the moment or until tomorrow,
> but IIRC the feature was working just fine.
Ok, I forgot to update the "safelist" of functions that may be called from
Lua while dragging tabs. The attached patch should fix things, although I
have not been able to try it.
--
Tuomo
--- ../releases/ion-devel-20030606/ioncore/genframe-pointer.c 2003-06-04
19:12:15.000000000 +0300
+++ ioncore/genframe-pointer.c 2003-06-07 20:10:49.000000000 +0300
@@ -139,9 +139,9 @@
static const char *tabdrag_safe_funclist[]={
- "screen_switch_nth",
- "screen_switch_next",
- "screen_switch_prev",
+ "mplex_switch_nth",
+ "mplex_switch_next",
+ "mplex_switch_prev",
NULL
};