julius / bezelhud

Quicksilver Interface

This URL has Read+Write access

bezelhud / BHResultWindow.h
100644 17 lines (13 sloc) 0.268 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// BHResultWindow.h
// BezelHUD
//
// Created by Julius Eckert on 05.05.08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
#import "QSResultWindow.h"
 
@interface BHResultWindow : QSResultWindow {
int blurFilterR;
}
 
@end