Cleaned up uipriv*.h.
This commit is contained in:
parent
122b1b0d2c
commit
5ad2bfd6f0
|
@ -8,8 +8,6 @@
|
||||||
#include "../ui_unix.h"
|
#include "../ui_unix.h"
|
||||||
#include "../uipriv.h"
|
#include "../uipriv.h"
|
||||||
|
|
||||||
// TODO clean up all of these uipriv files
|
|
||||||
|
|
||||||
#define gtkXMargin 12
|
#define gtkXMargin 12
|
||||||
#define gtkYMargin 12
|
#define gtkYMargin 12
|
||||||
|
|
||||||
|
|
|
@ -38,9 +38,6 @@ enum {
|
||||||
msgCanDestroyNow,
|
msgCanDestroyNow,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define HWND(c) ((HWND) uiControlHandle(uiControl(c)))
|
|
||||||
#define uiOSContainerHWND(p) ((HWND) uiOSContainerHandle(p))
|
|
||||||
|
|
||||||
// debug.c
|
// debug.c
|
||||||
extern HRESULT logLastError(const char *);
|
extern HRESULT logLastError(const char *);
|
||||||
extern HRESULT logHRESULT(const char *, HRESULT);
|
extern HRESULT logHRESULT(const char *, HRESULT);
|
||||||
|
|
Loading…
Reference in New Issue