diff options
Diffstat (limited to 'unix/tx/TXWindow.h')
-rw-r--r-- | unix/tx/TXWindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tx/TXWindow.h b/unix/tx/TXWindow.h index 9f2a30cb..3141011b 100644 --- a/unix/tx/TXWindow.h +++ b/unix/tx/TXWindow.h @@ -157,6 +157,7 @@ public: // returning true if successful, false otherwise. virtual bool selectionRequest(Window /*requestor*/, Atom /*selection*/, + Atom /*target*/, Atom /*property*/) { return false;} // Static methods @@ -226,6 +227,6 @@ private: extern Atom wmProtocols, wmDeleteWindow, wmTakeFocus; extern Atom xaTIMESTAMP, xaTARGETS, xaSELECTION_TIME, xaSELECTION_STRING; -extern Atom xaCLIPBOARD; +extern Atom xaCLIPBOARD, xaUTF8_STRING, xaINCR; #endif |