summaryrefslogtreecommitdiffstats
path: root/client/platform.h
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2009-12-28 01:15:08 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-12-28 12:38:58 +0200
commit68fb44012982897ea883b336c56d0e8c12ddce0d (patch)
tree209556db04762b5f5f7581af4f51970f04e8d836 /client/platform.h
parent659be313a43fc741ed9decd95178efbeedf2c4fd (diff)
downloadspice-68fb44012982897ea883b336c56d0e8c12ddce0d.tar.gz
spice-68fb44012982897ea883b336c56d0e8c12ddce0d.tar.xz
spice-68fb44012982897ea883b336c56d0e8c12ddce0d.zip
client: add GUI infrastructure + functional login dialog
Diffstat (limited to 'client/platform.h')
-rw-r--r--client/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/platform.h b/client/platform.h
index c32b8634..07777c07 100644
--- a/client/platform.h
+++ b/client/platform.h
@@ -40,6 +40,7 @@ public:
static void get_temp_dir(std::string& path);
static uint64_t get_process_id();
static uint64_t get_thread_id();
+ static void error_beep();
static const MonitorsList& init_monitors();
static void destroy_monitors();