From ef423608720f734966db68e990d05cb0f1f501f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 27 Jun 2004 19:28:33 +0000 Subject: [PATCH] Added be_clipboard global variable (not initialized yet anywhere, though). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8190 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/app/Clipboard.cpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/kits/app/Clipboard.cpp b/src/kits/app/Clipboard.cpp index 29e7c22f9a..494b119b53 100644 --- a/src/kits/app/Clipboard.cpp +++ b/src/kits/app/Clipboard.cpp @@ -1,5 +1,5 @@ //------------------------------------------------------------------------------ -// Copyright (c) 2001-2002, OpenBeOS +// Copyright (c) 2001-2004, Haiku // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -36,16 +36,11 @@ #include #include -// Project Includes ------------------------------------------------------------ - -// Local Includes -------------------------------------------------------------- - -// Local Defines --------------------------------------------------------------- - // Globals --------------------------------------------------------------------- +BClipboard *be_clipboard; + // ToDo: this has to be initialized! -//------------------------------------------------------------------------------ BClipboard::BClipboard(const char *name, bool transient) { if ( name )