OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GEM_handle
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c
92
if (!GEM_fullscreen && (
GEM_handle
>=0)) {
93
wind_get (
GEM_handle
, WF_WORKXYWH, &x2, &y2, &w2, &h2);
165
wind_set(
GEM_handle
,WF_NAME,
214
wind_set(
GEM_handle
,WF_NAME,(short)(((unsigned long)GEM_icon_name)>>16),(short)(((unsigned long)GEM_icon_name) & 0xffff),0,0);
227
wind_set(
GEM_handle
,WF_NAME,(short)(((unsigned long)GEM_title_name)>>16),(short)(((unsigned long)GEM_title_name) & 0xffff),0,0);
312
if ((!GEM_fullscreen) && (
GEM_handle
>=0)) {
313
wind_get (
GEM_handle
, WF_WORKXYWH, &x2, &y2, &w2, &h2);
SDL_gemvideo.c
407
GEM_handle
= -1;
738
if ((old_win_type != GEM_win_type) || (
GEM_handle
< 0)) {
759
if (
GEM_handle
>= 0) {
760
wind_close(
GEM_handle
);
761
wind_delete(
GEM_handle
);
765
GEM_handle
=wind_create(GEM_win_type, x2,y2,w2,h2);
766
if (
GEM_handle
<0) {
773
printf("sdl:video:gem: handle=%d\n",
GEM_handle
);
777
wind_set(
GEM_handle
,WF_NAME,(short)(((unsigned long)GEM_title_name)>>16),(short)(((unsigned long)GEM_title_name) & 0xffff),0,0);
781
wind_open(
GEM_handle
,x2,y2,w2,h2)
[
all
...]
SDL_gemwm.c
98
GEM_message[3] =
GEM_handle
;
SDL_gemvideo.h
123
#define
GEM_handle
(this->hidden->win_handle)
Completed in 26 milliseconds