Add WM_CLASS info to X11 window, controlled by XWMName .ini entry, defaulting to PRODUCT_ID.

Tested with: xdotool search --classname 'StepMania 5'
This commit is contained in:
Patrick McIlroy
2012-06-03 22:55:34 -07:00
parent a7f7a1fadb
commit ebf1bf6028
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
#define X11_HELPER_H
#include <X11/Xlib.h> // Window
#include <X11/Xutil.h>
namespace X11Helper
{
// All functions in here that return a bool return true on success, and