Changes in uspace/srv/hid/console/gcons.c [306061a:96b02eb9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/gcons.c
r306061a r96b02eb9 34 34 35 35 #include <ipc/fb.h> 36 #include <ipc/ipc.h> 36 37 #include <async.h> 37 38 #include <stdio.h> … … 285 286 ssize_t nx = (ssize_t) mouse_x + dx; 286 287 ssize_t ny = (ssize_t) mouse_y + dy; 287 288 /* Until gcons is initalized we don't have the screen resolution */ 289 if (xres == 0 || yres == 0) 288 289 if (!use_gcons) 290 290 return; 291 291
Note:
See TracChangeset
for help on using the changeset viewer.