Changeset 14 for trunk/src/helpers/shapewin.c
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/shapewin.c
r8 r14 167 167 * Akira Hatakeyama, 168 168 * Takayuki Suwa. 169 * This file is part of the XWorkplacesource package.170 * XWorkplaceis free software; you can redistribute it and/or modify169 * This file is part of the "XWorkplace helpers" source package. 170 * This is free software; you can redistribute it and/or modify 171 171 * it under the terms of the GNU General Public License as published 172 172 * by the Free Software Foundation, in version 2 as it comes in the … … 184 184 // as unsigned char 185 185 186 #define INCL_DOS187 186 #define INCL_DOSERRORS 188 #define INCL_WIN 187 188 #define INCL_WINWINDOWMGR 189 #define INCL_WINFRAMEMGR 190 #define INCL_WINDIALOGS 191 #define INCL_WININPUT 192 #define INCL_WINPOINTERS 189 193 #define INCL_WINSYS 194 #define INCL_WINRECTANGLES 195 #define INCL_WINTRACKRECT 196 190 197 #define INCL_GPILOGCOLORTABLE 191 198 #define INCL_GPIPRIMITIVES … … 209 216 210 217 /* ****************************************************************** 211 * *212 * Global variables *213 * *218 * 219 * Global variables 220 * 214 221 ********************************************************************/ 215 222 … … 217 224 218 225 /* ****************************************************************** 219 * *220 * Part 1: Shape window functions *221 * *226 * 227 * Part 1: Shape window functions 228 * 222 229 ********************************************************************/ 223 230 … … 515 522 HPS hps ; 516 523 517 pRgn = (PSHPREGION) 524 pRgn = (PSHPREGION)WinQueryWindowPtr(hwnd, 0); 518 525 519 526 switch (msg) … … 1216 1223 case WM_QUERYDLGCODE: 1217 1224 // TRACE("WM_QUERYDLGCODE\n"); 1218 return (MRESULT) 1225 return (MRESULT)DLGC_STATIC; 1219 1226 1220 1227 /* … … 1295 1302 1296 1303 /* ****************************************************************** 1297 * *1298 * Part 2: Shape frame functions *1299 * *1304 * 1305 * Part 2: Shape frame functions 1306 * 1300 1307 ********************************************************************/ 1301 1308
Note:
See TracChangeset
for help on using the changeset viewer.