summaryrefslogtreecommitdiff
path: root/src/window/device.h
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-05-23 01:38:07 +0200
committerClaudius Holeksa <mail@keldu.de>2023-05-23 01:38:07 +0200
commit5f2ca9a01d2e493e222bead7222613e050871928 (patch)
treecf758b9a91ed13e5f1f100f7111ee3f5ac9e64c8 /src/window/device.h
parent7f0440cc25fc3ebc711df9fb708a5bffe53bf784 (diff)
c++: Changing approach to a more exposed variant
Diffstat (limited to 'src/window/device.h')
-rw-r--r--src/window/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window/device.h b/src/window/device.h
index 70a388e..2796d4d 100644
--- a/src/window/device.h
+++ b/src/window/device.h
@@ -8,6 +8,7 @@
#include "window.h"
+/**
namespace saw {
class device {
public:
@@ -21,3 +22,4 @@ public:
class io_provider;
own<device> create_device(io_provider &provider);
} // namespace saw
+*/