Pinned down resource numbers now.
This commit is contained in:
parent
66fde9ee0c
commit
c31699e4cd
|
@ -0,0 +1 @@
|
|||
libui uses resources starting at 29000
|
|
@ -1,8 +1,10 @@
|
|||
// 30 may 2015
|
||||
|
||||
#define rcTabPageDialog 100
|
||||
#define rcFontDialog 101
|
||||
#define rcColorDialog 102
|
||||
#define rcTabPageDialog 29000
|
||||
#define rcFontDialog 29001
|
||||
#define rcColorDialog 29002
|
||||
|
||||
// TODO normalize these
|
||||
|
||||
#define rcFontFamilyCombobox 1000
|
||||
#define rcFontStyleCombobox 1001
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
#include "winapi.hpp"
|
||||
#include "resources.hpp"
|
||||
|
||||
// TODO change and pin down IDs for static linking; document them
|
||||
|
||||
// this is a UTF-8 file
|
||||
#pragma code_page(65001)
|
||||
|
||||
|
|
Loading…
Reference in New Issue