Adding new files to register objects that require to be notified when resolution changes.

Also added a structure that holds the resolution and the current scaling ratio.
This commit is contained in:
King_DuckZ 2014-03-19 17:31:10 +01:00
parent b627b69221
commit f0a38a2f8a
7 changed files with 185 additions and 25 deletions

8
src/sizenotifiable.cpp Normal file
View file

@ -0,0 +1,8 @@
#include "sizenotifiable.hpp"
namespace cloonel {
///--------------------------------------------------------------------------
///--------------------------------------------------------------------------
void SizeNotifiable::NotifyResChanged (const SizeRatio& parSize) {
}
} //namespace cloonel