.developing...

git-svn-id: svn://ultimatepp.org/upp/trunk@2811 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-10-23 07:50:36 +00:00
parent 4aacf2f9c1
commit ebb164ca41
2 changed files with 460 additions and 459 deletions

View file

@ -353,5 +353,6 @@ Image Win32DllIcon(const char *dll, int ii, bool large);
#endif
#ifdef PLATFORM_X11
void *X11Cursor(const Image& img);
Image X11Cursor(int c);
void *CursorX11(const Image& img);
#endif