OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [sim/] [dspkbd.c] - Diff between revs 25 and 159

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 25 Rev 159
Line 201... Line 201...
  sizeHints->max_width = WINDOW_SIZE_X;
  sizeHints->max_width = WINDOW_SIZE_X;
  sizeHints->max_height = WINDOW_SIZE_Y;
  sizeHints->max_height = WINDOW_SIZE_Y;
  wmHints->flags = StateHint | InputHint;
  wmHints->flags = StateHint | InputHint;
  wmHints->input = True;
  wmHints->input = True;
  wmHints->initial_state = NormalState;
  wmHints->initial_state = NormalState;
  classHints->res_name = "ECO32";
  classHints->res_name = "ECO32 Console";
  classHints->res_class = "ECO32";
  classHints->res_class = "ECO32";
  if (XStringListToTextProperty(&classHints->res_name, 1, &windowName) == 0) {
  if (XStringListToTextProperty(&classHints->res_name, 1, &windowName) == 0) {
    error("property allocation failed");
    error("property allocation failed");
  }
  }
  XSetWMProperties(vga.display, vga.win, &windowName, NULL,
  XSetWMProperties(vga.display, vga.win, &windowName, NULL,

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.