~alan-griffiths/compiz-core/fix-leaks

« back to all changes in this revision

Viewing changes to src/privatescreen.h

  • Committer: smspillaz
  • Date: 2012-01-29 16:28:45 UTC
  • mfrom: (2946.3.2 compiz-core)
  • Revision ID: sam.spilsbury@canonical.com-20120129162845-dh2rbrutj1hx7h0y
Drop useless command line switches

    Drop some unused globals and command line switchers, notable changes

    --indirect-rendering : There isn't a sane usecase for this anymore
    apart from remote compositing. Enable it automatically if needed, otherwise
    force direct rendering

    --use-root-window : Composite Overlay Window support was added to the server
    six years ago. We can drop this

    --background-image : Use the wallpaper plugin

    --no-detection : Use ccsm

Merge lp:~smspillaz/compiz-core/compiz-core.dropuseless-switches into lp:compiz-core

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
extern CompWindow *lastFoundWindow;
56
56
extern bool       useDesktopHints;
57
57
 
58
 
extern bool inHandleEvent;
59
 
 
60
 
extern CompScreen *targetScreen;
61
 
extern CompOutput *targetOutput;
62
 
 
63
58
extern std::list <CompString> initialPlugins;
64
59
 
65
60