diff options
author | fluxgen <fluxgen> | 2003-12-18 18:03:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-18 18:03:23 (GMT) |
commit | bb02a522fbc7c47ebd1ddacafd466ccf59e58915 (patch) | |
tree | b55b5d4ae07eaf0794cb6e9b97b478cded7413e1 /src/FbWinFrame.hh | |
parent | 8735c6a08bdab11172ec6e4c35271a4b8c374fc7 (diff) | |
download | fluxbox-bb02a522fbc7c47ebd1ddacafd466ccf59e58915.zip fluxbox-bb02a522fbc7c47ebd1ddacafd466ccf59e58915.tar.bz2 |
code cleaning
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index f1a7d3f..ac14b39 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrame.hh,v 1.26 2003/12/16 23:34:36 fluxgen Exp $ | 22 | // $Id: FbWinFrame.hh,v 1.27 2003/12/18 18:03:21 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBWINFRAME_HH | 24 | #ifndef FBWINFRAME_HH |
25 | #define FBWINFRAME_HH | 25 | #define FBWINFRAME_HH |
@@ -54,8 +54,8 @@ class FbWinFrame:public FbTk::EventHandler { | |||
54 | public: | 54 | public: |
55 | 55 | ||
56 | /// create a top level window | 56 | /// create a top level window |
57 | FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, | 57 | FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, |
58 | int screen_num, int x, int y, | 58 | int x, int y, |
59 | unsigned int width, unsigned int height); | 59 | unsigned int width, unsigned int height); |
60 | 60 | ||
61 | /// create a frame window inside another FbWindow, NOT IMPLEMENTED! | 61 | /// create a frame window inside another FbWindow, NOT IMPLEMENTED! |