Back to qt_window_role (KWin really shouldn't use Qt's internals :( ).
svn path=/trunk/kdebase/kwin/; revision=185265
This commit is contained in:
parent
9e670223b9
commit
a5e9e177c0
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ public:
|
||||||
|
|
||||||
extern Atom qt_wm_state;
|
extern Atom qt_wm_state;
|
||||||
extern Time qt_x_time;
|
extern Time qt_x_time;
|
||||||
extern Atom qt_wm_window_role;
|
extern Atom qt_window_role;
|
||||||
extern Atom qt_sm_client_id;
|
extern Atom qt_sm_client_id;
|
||||||
|
|
||||||
static int nullErrorHandler(Display *, XErrorEvent *)
|
static int nullErrorHandler(Display *, XErrorEvent *)
|
||||||
|
@ -2857,7 +2857,7 @@ static QCString getStringProperty(WId w, Atom prop, char separator=0)
|
||||||
*/
|
*/
|
||||||
QCString Client::staticWindowRole(WId w)
|
QCString Client::staticWindowRole(WId w)
|
||||||
{
|
{
|
||||||
return getStringProperty(w, qt_wm_window_role);
|
return getStringProperty(w, qt_window_role);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in a new issue