summaryrefslogtreecommitdiff
path: root/app-laptop/pommed/pommed-1.31/pommed/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/pommed/pommed-1.31/pommed/video.h')
-rw-r--r--app-laptop/pommed/pommed-1.31/pommed/video.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-laptop/pommed/pommed-1.31/pommed/video.h b/app-laptop/pommed/pommed-1.31/pommed/video.h
new file mode 100644
index 0000000..f711fc2
--- /dev/null
+++ b/app-laptop/pommed/pommed-1.31/pommed/video.h
@@ -0,0 +1,17 @@
+/*
+ * pommed - video.h
+ */
+
+#ifndef __VIDEO_H__
+#define __VIDEO_H__
+
+
+void
+video_switch(void);
+
+int
+video_vt_active(int vt);
+
+
+#endif /* !__VIDEO_H__ */
+