blob: 23a806026a3d261b97cc343667a7e3f118a02971 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.dnd;
import org.eclipse.swt.widgets.*;
class NoDragUnderEffect extends DragUnderEffect {
NoDragUnderEffect(Control control) {}
void show(int effect, int x, int y){}
}