~matsubara/enso/ppa-community-enso

« back to all changes in this revision

Viewing changes to src/platform/win32/Graphics/TransparentWindow/TransparentWindow.h

  • Committer: U-ANUBIS\pavel
  • Date: 2009-02-24 13:02:00 UTC
  • mfrom: (138.2.2 community-enso)
  • Revision ID: pavel@anubis-20090224130200-hbl3kbdc40xjddqn
MergeĀ fromĀ ~blackdaemon/enso/win32build

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
_getDesktopSize( int *width,
391
391
                 int *height );
392
392
 
 
393
extern void
 
394
_getDesktopOffset( int *left,
 
395
                 int *top );
 
396
 
393
397
#endif