Changeset 4492 for trunk/src/gdi32/CALLBACK.CPP
- Timestamp:
- Oct 17, 2000, 12:26:53 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/CALLBACK.CPP
r2802 r4492 1 /* $Id: CALLBACK.CPP,v 1. 4 2000-02-16 14:18:09sandervl Exp $ */1 /* $Id: CALLBACK.CPP,v 1.5 2000-10-16 22:26:53 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #include "misc.h" 14 14 #include "callback.h" 15 #include <wprocess.h> 15 16 16 17 #define DBG_LOCALLOG DBG_callback … … 43 44 { 44 45 LineDDAProcCallback *me = (LineDDAProcCallback *)lpData; 46 USHORT selTIB = SetWin32TIB(); // save current FS selector and set win32 sel 45 47 46 48 me->pCallback(X, Y, me->lpUserData); 49 SetFS(selTIB); // switch back to the saved FS selector 47 50 return; 48 51 }
Note:
See TracChangeset
for help on using the changeset viewer.