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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user