diff options
Diffstat (limited to 'src/porting.h')
-rw-r--r-- | src/porting.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/porting.h b/src/porting.h index b6f71103d..a184af8b8 100644 --- a/src/porting.h +++ b/src/porting.h @@ -411,6 +411,9 @@ inline const char * getPlatformName() ; } +void setXorgClassHint(const video::SExposedVideoData &video_data, + const std::string &name); + } // namespace porting #ifdef __ANDROID__ |