X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgbase%2Fwindow.h;h=9dc84e4e623cd45bbf90dc08f348b7139da85c11;hb=e9eec476bd26fb3f15d96d5bc91597770814768c;hp=c48adc5fe3ff81b39ace83eb8402e0b3aa9d1e89;hpb=746e5da7730baee990fb1e307d416e0593b3f083;p=libs%2Fgui.git diff --git a/source/gbase/window.h b/source/gbase/window.h index c48adc5..9dc84e4 100644 --- a/source/gbase/window.h +++ b/source/gbase/window.h @@ -43,6 +43,7 @@ public: protected: Display &display; WindowOptions options; + bool kbd_autorepeat; Private *priv; public: @@ -52,6 +53,8 @@ public: void set_title(const std::string &); void reconfigure(const WindowOptions &); + void set_keyboard_autorepeat(bool); + bool get_keyboard_autorepeat() const { return kbd_autorepeat; } void show_cursor(bool); void warp_pointer(int, int);