|
Lines 192-200
Link Here
|
| 192 |
* as the instance name for the WM_CLASS hint. |
192 |
* as the instance name for the WM_CLASS hint. |
| 193 |
*/ |
193 |
*/ |
| 194 |
|
194 |
|
| 195 |
#define DAInitialize(display, name, width, height, argc, argv) \ |
195 |
void DAInitialize(char *display, char *name, unsigned width, |
| 196 |
DAOpenDisplay(display, argc, argv); \ |
196 |
unsigned height, int argc, char **argv); |
| 197 |
DACreateIcon(name, width, height, argc, argv); |
|
|
| 198 |
|
197 |
|
| 199 |
|
198 |
|
| 200 |
void DAOpenDisplay(char *display, int argc, char **argv); |
199 |
void DAOpenDisplay(char *display, int argc, char **argv); |