Disable screensaver while projecting (untested on Windows)

This commit is contained in:
Alessandro Ranellucci 2015-12-04 21:25:45 +01:00
parent 366b364996
commit e2b203ba8d
6 changed files with 84 additions and 3 deletions

View file

@ -0,0 +1,11 @@
#ifndef slic3r_GUI_hpp_
#define slic3r_GUI_hpp_
namespace Slic3r { namespace GUI {
void disable_screensaver();
void enable_screensaver();
} }
#endif