From 8661b3587b4854f18f747a5577d0bb62998e569d Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 15 Dec 2014 13:47:31 -0500 Subject: Set WM_CLASS window hint for Xorg --- src/porting.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/porting.h') 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__ -- cgit v1.2.3