~azzar1/unity/fix-722178

« back to all changes in this revision

Viewing changes to src/unityshell.h

  • Committer: Jay Taoko
  • Date: 2011-04-26 22:31:28 UTC
  • mfrom: (1180.1.1 unity)
  • Revision ID: jay.taoko@canonical.com-20110426223128-s7x6t6rn83akbgan
Fix bug #753971: This will fix the bug on Intel and ATI GPUs. However there are still issues with NVidia GPUs. This is an issue with the NVidia driver that should be addressed separately.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
        /* init plugin actions for screen */
146
146
        bool initPluginForScreen (CompPlugin *p);
 
147
        
 
148
        void outputChangeNotify ();
147
149
 
148
150
  void NeedsRelayout ();
149
151