mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 09:51:40 +00:00
Adjust some whitespace
This commit is contained in:
parent
9bc91cd7d1
commit
afda214487
1 changed files with 14 additions and 14 deletions
|
@ -11,24 +11,24 @@
|
||||||
@class Group;
|
@class Group;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
ofCanFocus =0x0001,
|
ofCanFocus = 0x0001,
|
||||||
ofFirstClick =0x0002,
|
ofFirstClick = 0x0002,
|
||||||
ofDontDraw =0x0004,
|
ofDontDraw = 0x0004,
|
||||||
ofPreProcess =0x0008,
|
ofPreProcess = 0x0008,
|
||||||
ofPostProcess =0x0010,
|
ofPostProcess = 0x0010,
|
||||||
ofMakeFirst =0x0020,
|
ofMakeFirst = 0x0020,
|
||||||
ofTileable =0x0040,
|
ofTileable = 0x0040,
|
||||||
ofCentered =0x0080,
|
ofCentered = 0x0080,
|
||||||
|
|
||||||
ofCallHasObject =0x8000,
|
ofCallHasObject = 0x8000,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
sfDrawn =0x0001,
|
sfDrawn = 0x0001,
|
||||||
sfDisabled =0x0002,
|
sfDisabled = 0x0002,
|
||||||
sfInFocus =0x0004,
|
sfInFocus = 0x0004,
|
||||||
sfModal =0x0008,
|
sfModal = 0x0008,
|
||||||
sfLocked =0x0010,
|
sfLocked = 0x0010,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|
Loading…
Reference in a new issue