old-hiro/reference/desktop.hpp

9 lines
98 B
C++
Raw Normal View History

2016-05-15 10:45:15 +00:00
namespace phoenix {
struct pDesktop {
static Size size();
static Geometry workspace();
};
}