Go to the documentation of this file.
   12 #ifndef VIDEO_DEDICATED_H 
   13 #define VIDEO_DEDICATED_H 
   20    const char *
Start(
const char * 
const *param);
 
   24    void MakeDirty(
int left, 
int top, 
int width, 
int height);
 
   31    const char *
GetName()
 const { 
return "dedicated"; }
 
   32    bool HasGUI()
 const { 
return false; }
 
   41   static const int PRIORITY = 10;
 
   43   static const int PRIORITY = 0;