View | Details | Raw Unified | Return to bug 20713
Collapse All | Expand All

(-)compiz-0.8.2/src/main.c~ (+4 lines)
Lines 360-365 main (int argc, char **argv) Link Here
360
	{
360
	{
361
	    g_spawn_command_line_async ("kde-window-decorator --replace", NULL);
361
	    g_spawn_command_line_async ("kde-window-decorator --replace", NULL);
362
	}
362
	}
363
	else if (!strcmp (argv[i], "--k4wd"))
364
	{
365
	    g_spawn_command_line_async ("kde4-window-decorator --replace", NULL);
366
	}
363
#endif
367
#endif
364
368
365
#ifdef USE_COW
369
#ifdef USE_COW

Return to bug 20713