mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 15:05:47 -04:00
Initial community commit
This commit is contained in:
11
Src/Wasabi/api/wnd/cwndtrack.h
Normal file
11
Src/Wasabi/api/wnd/cwndtrack.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef _CWNDTRACK_H
|
||||
#define _CWNDTRACK_H
|
||||
|
||||
#define TOP 1
|
||||
#define LEFT 2
|
||||
#define RIGHT 4
|
||||
#define BOTTOM 8
|
||||
#define NOINTERSECT 16
|
||||
#define KEEPSIZE 32
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user