summaryrefslogtreecommitdiff
path: root/new/control.c
blob: c3ee677110c3f683bd511c42d2ff22cd72f8a388 (plain)
1
2
3
4
5
6
7
8
9
// 7 april 2015
#include "uipriv.h"

uintptr_t uiControlHandle(uiControl *c)
{
	return (*(c->handle))(c);
}

// TODO do this for the others