vfs: check userland buffers before reading them.
[haiku.git] / src / apps / overlayimage / OverlayWindow.h
blobf04ac5e72214053f702ea7bbf5c0f2eaa4327eb8
1 /*
2 * Copyright 1999-2010, Be Incorporated. All Rights Reserved.
3 * This file may be used under the terms of the Be Sample Code License.
5 * OverlayImage is based on the code presented in this article:
6 * http://www.haiku-os.org/documents/dev/replishow_a_replicable_image_viewer
8 * Authors:
9 * Seth Flexman
10 * Hartmuth Reh
11 * Humdinger
14 #ifndef OVERLAY_WINDOW_H
15 #define OVERLAY_WINDOW_H
17 #include <TextView.h>
18 #include <Window.h>
21 class OverlayWindow : public BWindow {
22 public:
23 OverlayWindow();
24 virtual bool QuitRequested();
27 #endif // OVERLAY_WINDOW_H